sby: 0.45 -> 0.46 (#351138)

This commit is contained in:
Weijia Wang 2024-11-03 05:17:36 +01:00 committed by GitHub
commit 0d68843945
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.45";
version = "0.46";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "sby";
rev = "yosys-${version}";
hash = "sha256-HRQ5ZL0w3GLUySTFekE/T/VlxJLFIQQr0bW8l7rp/zs=";
hash = "sha256-LVfHSVMrAKImD1y6icQSSfOSt9khZfOKK+lXhxdvRb4=";
};
nativeBuildInputs = [ bash ];