2022-12-27T10:15:09 raft-canonical 0.11.2 -> 0.16.0 https://github.com/canonical/raft/releases 2022-12-27T10:15:13 attrpath: raft-canonical 2022-12-27T10:15:14 Checking auto update branch... 2022-12-27T10:15:14 No auto update branch exists 2022-12-27T10:15:17 [version] 2022-12-27T10:15:19 [version] updated version and sha256 2022-12-27T10:15:19 [rustCrateVersion] 2022-12-27T10:15:19 [rustCrateVersion] No cargoSha256 found 2022-12-27T10:15:19 [golangModuleVersion] 2022-12-27T10:15:19 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-27T10:15:19 [updateScript] 2022-12-27T10:15:19 [updateScript] skipping because derivation has no updateScript 2022-12-27T10:15:19 2022-12-27T10:15:19 [quotedUrls] 2022-12-27T10:15:19 [quotedUrls] nothing found to replace 2022-12-27T10:15:19 Diff after rewrites: diff --git a/pkgs/development/libraries/raft-canonical/default.nix b/pkgs/development/libraries/raft-canonical/default.nix index 72da2a34e75..55166336749 100644 --- a/pkgs/development/libraries/raft-canonical/default.nix +++ b/pkgs/development/libraries/raft-canonical/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "raft-canonical"; - version = "0.11.2"; + version = "0.16.0"; src = fetchFromGitHub { owner = "canonical"; repo = "raft"; rev = "v${version}"; - sha256 = "050dwy34jh8dihfwfm0r1by2i3sy9crapipp9idw32idm79y4izb"; + sha256 = "sha256-qDLAEhknY+BB83OC6tfi7w/ZY/K492J5ZglLNUoBwbc="; }; nativeBuildInputs = [ autoreconfHook file pkg-config ];