vertcoind 0.18.0 -> 22.1 https://github.com/vertcoin-project/vertcoin-core/releases attrpath: vertcoind Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/blockchains/vertcoin/default.nix b/pkgs/applications/blockchains/vertcoin/default.nix index 87d9a8b64b2..3c344c3b1d8 100644 --- a/pkgs/applications/blockchains/vertcoin/default.nix +++ b/pkgs/applications/blockchains/vertcoin/default.nix @@ -20,7 +20,7 @@ with lib; stdenv.mkDerivation rec { pname = "vertcoin"; - version = "0.18.0"; + version = "22.1"; name = pname + toString (optional (!withGui) "d") + "-" + version; @@ -28,7 +28,7 @@ stdenv.mkDerivation rec { owner = pname + "-project"; repo = pname + "-core"; rev = "2bd6dba7a822400581d5a6014afd671fb7e61f36"; - sha256 = "ua9xXA+UQHGVpCZL0srX58DDUgpfNa+AAIKsxZbhvMk="; + sha256 = "sha256-ua9xXA+UQHGVpCZL0srX58DDUgpfNa+AAIKsxZbhvMk="; }; nativeBuildInputs = [ Source url did not change.