Skip to content

Commit 8b27216

Browse files
committed
sby: 0.58 -> 0.61
1 parent 42c8ee3 commit 8b27216

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/sb/sby/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ in
1818

1919
stdenv.mkDerivation (finalAttrs: {
2020
pname = "sby";
21-
version = "0.58";
21+
version = "0.61";
2222

2323
src = fetchFromGitHub {
2424
owner = "YosysHQ";
2525
repo = "sby";
2626
tag = "v${finalAttrs.version}";
27-
hash = "sha256-msQ+aqdp8i5KMLUABYU6vA5VBkI6G3zF06RrQzfJucY=";
27+
hash = "sha256-pFtSXg8DiN//jkZJyAIJ/jpVvu1OwwfAAXSrrmCZ3SQ=";
2828
};
2929

3030
postPatch = ''

0 commit comments

Comments
 (0)