sby: 0.46 -> 0.47 (#362514)

This commit is contained in:
misuzu 2024-12-11 20:12:40 +02:00 committed by GitHub
commit b6dcb2764d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,13 +19,13 @@ in
stdenv.mkDerivation rec {
pname = "sby";
version = "0.46";
version = "0.47";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "sby";
rev = "yosys-${version}";
hash = "sha256-LVfHSVMrAKImD1y6icQSSfOSt9khZfOKK+lXhxdvRb4=";
hash = "sha256-Il2pXw2doaoZrVme2p0dSUUa8dCQtJJrmYitn1MkTD4=";
};
nativeBuildInputs = [ bash ];