nix-your-shell 0 -> 1 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rrgkafp36jbl6qxdqdn0aackacxvdjdc-packages.json.drv building '/nix/store/rrgkafp36jbl6qxdqdn0aackacxvdjdc-packages.json.drv'... Going to be running update for following packages: - nix-your-shell-1.4.0 Press Enter key to continue... Running update for: - nix-your-shell-1.4.0: UPDATING ... - nix-your-shell-1.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/shells/nix-your-shell/default.nix b/pkgs/shells/nix-your-shell/default.nix index 8a3e22544034..9489fd4cf5a6 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.4.0"; + version = "1.4.1"; src = fetchFromGitHub { owner = "MercuryTechnologies"; repo = pname; rev = "v${version}"; - hash = "sha256-2fS91/qeZt4JwQQeA+26RTN6zdm8/HUxG8sJDobX0+0="; + hash = "sha256-pa52demadLi5VN+GixQKVL9iD1kb9c32PqIh86BIUR8="; }; - cargoHash = "sha256-e7gxNaKP0n+Zx0KaQEfNA3QsS5HZ2KIB6HJ22Ve8+EA="; + cargoHash = "sha256-btM9AUH1S1AA8gEwXwouOT/E2oio0CmOZ738M+DUMiE="; meta = with lib; { mainProgram = "nix-your-shell"; No auto update branch exists There might already be an open PR for this update: - python311Packages.frozenlist: 1.4.0 -> 1.4.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/274934"