Skip to content

Commit cf574db

Browse files
authored
sby: 0.48 -> 0.49 (NixOS#378556)
2 parents 18beacc + 5df99b8 commit cf574db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

2020
stdenv.mkDerivation rec {
2121
pname = "sby";
22-
version = "0.48";
22+
version = "0.49";
2323

2424
src = fetchFromGitHub {
2525
owner = "YosysHQ";
2626
repo = "sby";
2727
tag = "v${version}";
28-
hash = "sha256-icOlWutvajHMCi2YUIGU4v5S63YobXw4fYYUvPoSzo4=";
28+
hash = "sha256-vQYBezo6O1MNo82RYOXOrMPHCEM/Opyqd5gR3Rn7pig=";
2929
};
3030

3131
nativeCheckInputs = [

0 commit comments

Comments
 (0)