2022-12-10T21:47:46 raft-canonical 0.11.2 -> 0.16.0 https://github.com/canonical/raft/releases 2022-12-10T21:47:51 attrpath: raft-canonical 2022-12-10T21:47:51 Checking auto update branch... 2022-12-10T21:47:51 No auto update branch exists 2022-12-10T21:47:55 [version] 2022-12-10T21:47:56 [version] updated version and sha256 2022-12-10T21:47:56 [rustCrateVersion] 2022-12-10T21:47:56 [rustCrateVersion] No cargoSha256 found 2022-12-10T21:47:56 [golangModuleVersion] 2022-12-10T21:47:56 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-10T21:47:56 [updateScript] 2022-12-10T21:47:56 [updateScript] skipping because derivation has no updateScript 2022-12-10T21:47:56 2022-12-10T21:47:56 [quotedUrls] 2022-12-10T21:47:56 [quotedUrls] nothing found to replace 2022-12-10T21:47:57 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 ];