about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorRebecca Turner <rbt@sent.as>2023-11-20 14:57:13 -0800
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-11-23 10:13:47 -0300
commitf4e8ce5877464d7422376bd702913f77f4bf2024 (patch)
treea329dd390f52839700e4d53334d1f062cfc88c9f /pkgs/shells
parent6b46f22fdb2bc4a6f229dde1786ddf9950184b30 (diff)
nix-your-shell: 1.3.0 -> 1.4.0
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/nix-your-shell/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/nix-your-shell/default.nix b/pkgs/shells/nix-your-shell/default.nix
index 8b2c36daf1279..8a3e225440346 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.3.0";
+  version = "1.4.0";
 
   src = fetchFromGitHub {
     owner = "MercuryTechnologies";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-5zHjz0NOKcZCuR6QaLrwOXih3Xoqf2uBrJnxTX/TQok=";
+    hash = "sha256-2fS91/qeZt4JwQQeA+26RTN6zdm8/HUxG8sJDobX0+0=";
   };
 
-  cargoSha256 = "sha256-4Z/z4VgnJQd8Uc0tMDnx7sChzXtG5ZDL88jTlhPSonM=";
+  cargoHash = "sha256-e7gxNaKP0n+Zx0KaQEfNA3QsS5HZ2KIB6HJ22Ve8+EA=";
 
   meta = with lib; {
     mainProgram = "nix-your-shell";