discord-canary 0 -> 1 attrpath: discord-canary 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/1g2mfcycmvrxzr4v32mm4i65j58xf3s3-discord-update-script.drv /nix/store/bmciyr26y9757wdqqqacw8znb7p173l8-packages.json.drv building '/nix/store/1g2mfcycmvrxzr4v32mm4i65j58xf3s3-discord-update-script.drv'... building '/nix/store/bmciyr26y9757wdqqqacw8znb7p173l8-packages.json.drv'... Going to be running update for following packages: - discord-canary-0.0.300 Press Enter key to continue... Running update for: - discord-canary-0.0.300: UPDATING ... - discord-canary-0.0.300: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/instant-messengers/discord/default.nix b/pkgs/applications/networking/instant-messengers/discord/default.nix index 2537ad916385..89b3793b3900 100644 --- a/pkgs/applications/networking/instant-messengers/discord/default.nix +++ b/pkgs/applications/networking/instant-messengers/discord/default.nix @@ -4,7 +4,7 @@ let if stdenv.isLinux then { stable = "0.0.45"; ptb = "0.0.74"; - canary = "0.0.300"; + canary = "0.0.323"; development = "0.0.14"; } else { stable = "0.0.296"; @@ -25,7 +25,7 @@ let }; canary = fetchurl { url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; - hash = "sha256-GmPnc13LBBsMgTiUkOstL1u0l29NGUUQBQKTlXcJWsE="; + hash = "sha256-jhfg66zd5oADT84RDdoBXp8n9xGd1jNaX8hDRnJKFK0="; }; development = fetchurl { url = "https://dl-development.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz"; An auto update branch exists with message `discord-canary: 0.0.300 -> 0.0.309`. New version is 0.0.323. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - discord: 0.0.45 -> 0.0.46; discord-ptb: 0.0.74 -> 0.0.76; discord-canary: 0.0.300 -> 0.0.323; discord-development: 0.0.14 -> 0.0.16; URL "https://api.github.com/repos/NixOS/nixpkgs/issues/298166"