We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c8ee3 commit 8b27216Copy full SHA for 8b27216
1 file changed
pkgs/by-name/sb/sby/package.nix
@@ -18,13 +18,13 @@ in
18
19
stdenv.mkDerivation (finalAttrs: {
20
pname = "sby";
21
- version = "0.58";
+ version = "0.61";
22
23
src = fetchFromGitHub {
24
owner = "YosysHQ";
25
repo = "sby";
26
tag = "v${finalAttrs.version}";
27
- hash = "sha256-msQ+aqdp8i5KMLUABYU6vA5VBkI6G3zF06RrQzfJucY=";
+ hash = "sha256-pFtSXg8DiN//jkZJyAIJ/jpVvu1OwwfAAXSrrmCZ3SQ=";
28
};
29
30
postPatch = ''
0 commit comments