about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorRebecca Turner <rbt@sent.as>2023-02-22 12:22:36 -0800
committerRebecca Turner <rbt@sent.as>2023-02-22 12:22:36 -0800
commit65fe5aba2ebe8249ccc7a8e44f12cd73cc60e8ea (patch)
tree7fe9b835629cf7721d61028ba81b4b424311a02f /pkgs/shells
parent386d97f587dbebfbf7466134e74fe57192449313 (diff)
nix-your-shell: 1.1.0 -> 1.1.1
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 e957fdba7525e..345f917ddcd01 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.0";
+  version = "1.1.1";
 
   src = fetchFromGitHub {
     owner = "MercuryTechnologies";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-MXshCRgGL2V51Pd1ms6D0Sn0mtRcxd0pWUz+zghBTdI=";
+    sha256 = "sha256-g5TC+4DGbTAlG39R8QIM5cB3/mtkp/vz8puB0Kr6aag=";
   };
 
-  cargoSha256 = "sha256-f1igCSdv6iMUDeCDGSxDIecjVcJQN2jbdALGMpDVepQ=";
+  cargoSha256 = "sha256-AiWKSWwMh6KWCTTRRCBxekv2rukz+ijnRit11K/AnhU=";
 
   meta = with lib; {
     description = "A `nix` and `nix-shell` wrapper for shells other than `bash`";