about summary refs log tree commit diff
path: root/pkgs/shells/nix-your-shell/default.nix
diff options
context:
space:
mode:
authorRebecca Turner <rbt@sent.as>2023-08-01 17:00:24 -0700
committerRebecca Turner <rbt@sent.as>2023-08-01 17:00:38 -0700
commit1b2461f29d568613ef3196f6facf14ebe7701c51 (patch)
tree537f1b7e5113f28b9afbf06f31a4c69d701f6ee4 /pkgs/shells/nix-your-shell/default.nix
parent5aeb601daec87e5cefb01b68266282d5072aed34 (diff)
nix-your-shell: 1.1.1 -> 1.3.0
https://github.com/MercuryTechnologies/nix-your-shell/releases/tag/v1.2.0
- Bash support
https://github.com/MercuryTechnologies/nix-your-shell/releases/tag/v1.2.1
- Export $__ETC_PROFILE_NIX_SOURCED
https://github.com/MercuryTechnologies/nix-your-shell/releases/tag/v1.3.0
- nushell support
Diffstat (limited to 'pkgs/shells/nix-your-shell/default.nix')
-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 345f917ddcd01..87a3c06312916 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.3.0";
 
   src = fetchFromGitHub {
     owner = "MercuryTechnologies";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-g5TC+4DGbTAlG39R8QIM5cB3/mtkp/vz8puB0Kr6aag=";
+    sha256 = "sha256-5zHjz0NOKcZCuR6QaLrwOXih3Xoqf2uBrJnxTX/TQok=";
   };
 
-  cargoSha256 = "sha256-AiWKSWwMh6KWCTTRRCBxekv2rukz+ijnRit11K/AnhU=";
+  cargoSha256 = "sha256-4Z/z4VgnJQd8Uc0tMDnx7sChzXtG5ZDL88jTlhPSonM=";
 
   meta = with lib; {
     description = "A `nix` and `nix-shell` wrapper for shells other than `bash`";