about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorRebecca Turner <rbt@sent.as>2023-02-13 15:05:06 -0800
committerRebecca Turner <rbt@sent.as>2023-02-13 15:05:06 -0800
commit751f8617b38e915500142a2ac001b4586722b4ed (patch)
tree9c52f89b5367e5c3cd7d048f9ca690aa1f32aee4 /pkgs/shells
parent8804a4d14545a0c78f23f9bc2f080f312f2057ce (diff)
nix-your-shell: 1.0.1 -> 1.0.2
https://github.com/MercuryTechnologies/nix-your-shell/releases/tag/v1.0.2
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 c5dfaab715058..98125cd4b41d1 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.0.1";
+  version = "1.0.2";
 
   src = fetchFromGitHub {
     owner = "MercuryTechnologies";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-kdZFwMHatnhdXGSIItuE3g27qqUKqT/Hkbz13Ba5eq4=";
+    sha256 = "sha256-W3MeApvqO3hBaHWu6vyrR6pniEMMKiXTAQ0bhUPbpx8=";
   };
 
-  cargoSha256 = "sha256-U4nN/N345XFRj0L9cLJAjRuND0W3OE6XEB/z3zXaUiQ=";
+  cargoSha256 = "sha256-M6yj4jTTWnembVX51/Xz+JtKhWJsmQ7SpipH8pHzids=";
 
   meta = with lib; {
     description = "A `nix` and `nix-shell` wrapper for shells other than `bash`";