sby: 0.49 -> 0.50

This commit is contained in:
R. Ryantm
2025-02-28 15:54:25 +00:00
parent 31782c65e2
commit aefb0bd4a5
+2 -2
View File
@@ -19,13 +19,13 @@ in
stdenv.mkDerivation rec {
pname = "sby";
version = "0.49";
version = "0.50";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "sby";
tag = "v${version}";
hash = "sha256-vQYBezo6O1MNo82RYOXOrMPHCEM/Opyqd5gR3Rn7pig=";
hash = "sha256-srLziLdTjKd8NC5YBbAR1iD1EcJAL3HUp6O7Z2drdsI=";
};
nativeCheckInputs = [