rescuetime 0 -> 1 attrpath: rescuetime Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/i356f137dcdji3chqa26jzqvmaas5zgs-rescuetime-updater.drv /nix/store/m7sjxxm4jp6z2qsdxcpc42476v9451lx-packages.json.drv this path will be fetched (0.96 MiB download, 2.78 MiB unpacked): /nix/store/0fja7d9i38adzjpynfih9kpdvfi0yly7-pup-unstable-2019-09-19 copying path '/nix/store/0fja7d9i38adzjpynfih9kpdvfi0yly7-pup-unstable-2019-09-19' from 'https://cache.nixos.org'... building '/nix/store/i356f137dcdji3chqa26jzqvmaas5zgs-rescuetime-updater.drv'... building '/nix/store/m7sjxxm4jp6z2qsdxcpc42476v9451lx-packages.json.drv'... Going to be running update for following packages: - rescuetime-2.16.5.1 Press Enter key to continue... Running update for: - rescuetime-2.16.5.1: UPDATING ... - rescuetime-2.16.5.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/misc/rescuetime/default.nix b/pkgs/applications/misc/rescuetime/default.nix index ea97f8305fe..1a8b3295278 100644 --- a/pkgs/applications/misc/rescuetime/default.nix +++ b/pkgs/applications/misc/rescuetime/default.nix @@ -6,11 +6,11 @@ let if stdenv.hostPlatform.system == "i686-linux" then fetchurl { name = "rescuetime-installer.deb"; url = "https://www.rescuetime.com/installers/rescuetime_${version}_i386.deb"; - sha256 = "1xrvyy0higc1fbc8ascpaszvg2bl6x0a35bzmdq6dkay48hnrd8b"; + sha256 = "C7VsISJezWZwq3+VoUA3dIm3v1aXaYXYcoG9CIH3O/c="; } else fetchurl { name = "rescuetime-installer.deb"; url = "https://www.rescuetime.com/installers/rescuetime_${version}_amd64.deb"; - sha256 = "09ng0yal66d533vzfv27k9l2va03rqbqmsni43qi3hgx7w9wx5ii"; + sha256 = "MZbOEz/9wRHxINHqihfOA6gtaJpHbPf3GKUZQ5UHzyY="; }; in mkDerivation rec { # https://www.rescuetime.com/updates/linux_release_notes.html No auto update branch exists Update edits cause no rebuilds.