sby: 0.56 -> 0.57 (#442546)

This commit is contained in:
Wolfgang Walther
2025-09-23 19:30:19 +00:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "sby";
version = "0.56";
version = "0.57";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "sby";
tag = "v${finalAttrs.version}";
hash = "sha256-uKndGUoLbG7SBhsOSYyM/v9g33pq7zFFajzvTUYa7NY=";
hash = "sha256-vhgLP2twPPGsey5lzmt/zUFme4GjIdWgRyWoCHxLxRU=";
};
postPatch = ''