nix-your-shell 1.1.1 -> 1.2.0 https://github.com/MercuryTechnologies/nix-your-shell/releases attrpath: nix-your-shell Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zis37xsp70jjyf2gr7s0aynmbjqfgbc5-packages.json.drv building '/nix/store/zis37xsp70jjyf2gr7s0aynmbjqfgbc5-packages.json.drv'... Going to be running update for following packages: - nix-your-shell-1.1.1 Press Enter key to continue... Running update for: - nix-your-shell-1.1.1: UPDATING ... - nix-your-shell-1.1.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/shells/nix-your-shell/default.nix b/pkgs/shells/nix-your-shell/default.nix index 345f917ddcd..5831d3c3136 100644 --- a/pkgs/shells/nix-your-shell/default.nix +++ b/pkgs/shells/nix-your-shell/default.nix @@ -5,16 +5,16 @@ }: rustPlatform.buildRustPackage rec { pname = "nix-your-shell"; - version = "1.1.1"; + version = "1.2.0"; src = fetchFromGitHub { owner = "MercuryTechnologies"; repo = pname; rev = "v${version}"; - sha256 = "sha256-g5TC+4DGbTAlG39R8QIM5cB3/mtkp/vz8puB0Kr6aag="; + sha256 = "sha256-gKg4bvz6Q3kiCUDN3FJWe32rkBpEwW8HyEsOwpdD6ro="; }; - cargoSha256 = "sha256-AiWKSWwMh6KWCTTRRCBxekv2rukz+ijnRit11K/AnhU="; + cargoSha256 = "sha256-eN8NTQQmqgK+lNlppGzvoDGAg0leDegCel3SuM8iCGc="; meta = with lib; { description = "A `nix` and `nix-shell` wrapper for shells other than `bash`"; No auto update branch exists There might already be an open PR for this update: - cool-retro-term 1.1.1 -> 1.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/191829" - Frozen haskellPackages set for 21.05 to ease backporting bug fix releases URL "https://api.github.com/repos/NixOS/nixpkgs/issues/138407"