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/cbidwshckvqcjgk25hl3ygk9x90vl8f2-packages.json.drv these 5 paths will be fetched (4.29 MiB download, 14.72 MiB unpacked): /nix/store/22hih10w96c1s6n68c0xksmb7d2p2ljz-nix-update-0.17.2 /nix/store/i2m5rjkn987issjzxwz8f2v6jx4l1rvs-nixpkgs-fmt-1.3.0 /nix/store/iqx8c0h25254gdwfaan48xji8wk2l4rk-nix-prefetch-git /nix/store/p1r9ifw0wldncmbc6qy0bf9x2rkgc6k4-nixpkgs-review-2.9.1 /nix/store/w91awl6fjcvc3xx9887jax0gkad4lyh8-git-lfs-3.3.0 copying path '/nix/store/i2m5rjkn987issjzxwz8f2v6jx4l1rvs-nixpkgs-fmt-1.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/p1r9ifw0wldncmbc6qy0bf9x2rkgc6k4-nixpkgs-review-2.9.1' from 'https://cache.nixos.org'... copying path '/nix/store/w91awl6fjcvc3xx9887jax0gkad4lyh8-git-lfs-3.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/iqx8c0h25254gdwfaan48xji8wk2l4rk-nix-prefetch-git' from 'https://cache.nixos.org'... copying path '/nix/store/22hih10w96c1s6n68c0xksmb7d2p2ljz-nix-update-0.17.2' from 'https://cache.nixos.org'... building '/nix/store/cbidwshckvqcjgk25hl3ygk9x90vl8f2-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"