sby: 0.44 -> 0.45 (#340966)

This commit is contained in:
R. RyanTM 2024-09-10 22:13:16 +10:00 committed by GitHub
parent 6284b5645e
commit 61be0d8e27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@ in
stdenv.mkDerivation rec {
pname = "sby";
version = "0.44";
version = "0.45";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "sby";
rev = "yosys-${version}";
hash = "sha256-/oDbbdZuWPdg0Xrh+c4i283vML9QTfyWVu8kryb4WaE=";
hash = "sha256-HRQ5ZL0w3GLUySTFekE/T/VlxJLFIQQr0bW8l7rp/zs=";
};
nativeBuildInputs = [ bash ];