Skip to content

Commit

Permalink
nextpnr-unstable: unstable-2023-09-28 -> unstable-2023-10-02
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2023
1 parent 07c0eb9 commit fd2bf61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nextpnr-unstable/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ nextpnrWithGui, callPackage, fetchFromGitHub, writeShellScript, nix-update }:

nextpnrWithGui.overrideAttrs (final: prev: {
version = "unstable-2023-09-28";
version = "unstable-2023-10-02";

src = fetchFromGitHub {
owner = "YosysHQ";
repo = "nextpnr";
rev = "e8602fb56dce316be506fb69a12f6380eb113712";
hash = "sha256-H0Sv0j0pZj9sc0/fbANgbX1KwXgXABpIReNyLIAuRGM=";
rev = "0eb9a9ad02c9427b27b496989f85dc24a4ab1191";
hash = "sha256-blboNOp3Gr7g1Z5deVfK6QOCv6tGwwPu+pI1VXiVc5U=";
};

passthru.updateScript = writeShellScript "update-nextpnr-unstable" ''
Expand Down

0 comments on commit fd2bf61

Please sign in to comment.