2022-12-18T16:12:36 activate-linux unstable-2022-05-22 -> 1.0.0 https://github.com/MrGlockenspiel/activate-linux/releases 2022-12-18T16:12:38 attrpath: activate-linux 2022-12-18T16:12:38 Checking auto update branch... 2022-12-18T16:12:38 No auto update branch exists 2022-12-18T16:12:42 [version] 2022-12-18T16:12:44 [version] updated version and sha256 2022-12-18T16:12:44 [rustCrateVersion] 2022-12-18T16:12:44 [rustCrateVersion] No cargoSha256 found 2022-12-18T16:12:44 [golangModuleVersion] 2022-12-18T16:12:44 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-18T16:12:44 [updateScript] 2022-12-18T16:12:44 [updateScript] skipping because derivation has no updateScript 2022-12-18T16:12:44 2022-12-18T16:12:44 [quotedUrls] 2022-12-18T16:12:44 [quotedUrls] nothing found to replace 2022-12-18T16:12:44 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-12-18T16:12:45 Source url did not change.