2022-10-31T10:08:42 activate-linux unstable-2022-05-22 -> 1.0.0 https://github.com/MrGlockenspiel/activate-linux/releases 2022-10-31T10:08:45 attrpath: activate-linux 2022-10-31T10:08:45 Checking auto update branch... 2022-10-31T10:08:45 No auto update branch exists 2022-10-31T10:08:49 [version] 2022-10-31T10:08:52 [version] updated version and sha256 2022-10-31T10:08:52 [rustCrateVersion] 2022-10-31T10:08:52 [rustCrateVersion] No cargoSha256 found 2022-10-31T10:08:52 [golangModuleVersion] 2022-10-31T10:08:52 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-10-31T10:08:52 [updateScript] 2022-10-31T10:08:52 [updateScript] skipping because derivation has no updateScript 2022-10-31T10:08:52 2022-10-31T10:08:52 [quotedUrls] 2022-10-31T10:08:52 [quotedUrls] nothing found to replace 2022-10-31T10:08:52 Diff after rewrites: diff --git a/pkgs/applications/misc/activate-linux/default.nix b/pkgs/applications/misc/activate-linux/default.nix index b48236dd968..d795ef8aedb 100644 --- a/pkgs/applications/misc/activate-linux/default.nix +++ b/pkgs/applications/misc/activate-linux/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "activate-linux"; - version = "unstable-2022-05-22"; + version = "1.0.0"; src = fetchFromGitHub { owner = "MrGlockenspiel"; repo = pname; rev = "18a6dc9771c568c557569ef680386d5d67f25e96"; - sha256 = "wYoCyWZqu/jgqAuNYdNr2bjpz4pFRTnAF7qF4BRs9GE="; + sha256 = "sha256-wYoCyWZqu/jgqAuNYdNr2bjpz4pFRTnAF7qF4BRs9GE="; }; makeFlags = [ "PREFIX=$(out)" ]; 2022-10-31T10:08:53 Source url did not change.