about summary refs log tree commit diff
path: root/pkgs/shells/nix-your-shell
diff options
context:
space:
mode:
authorRebecca Turner <rbt@sent.as>2024-03-15 11:25:31 -0700
committerRebecca Turner <rbt@sent.as>2024-03-15 11:35:54 -0700
commit8ea95fb9e68fd3ebb5c46f2427dd9aa8c22eb99a (patch)
treeda8746356de315caf731299b4dcff496cb80b957 /pkgs/shells/nix-your-shell
parent434b3867c9f535ac8011c33aa7e69006d1f19575 (diff)
nix-your-shell: 1.4.1 -> 1.4.3
Diffstat (limited to 'pkgs/shells/nix-your-shell')
-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 9489fd4cf5a6e..1e4f89bd75257 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.1";
+  version = "1.4.3";
 
   src = fetchFromGitHub {
     owner = "MercuryTechnologies";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-pa52demadLi5VN+GixQKVL9iD1kb9c32PqIh86BIUR8=";
+    hash = "sha256-/LsTCH16EgoTUCSo4Hzxl/W69+aqLfe/Ld+WQos4Ozo=";
   };
 
-  cargoHash = "sha256-btM9AUH1S1AA8gEwXwouOT/E2oio0CmOZ738M+DUMiE=";
+  cargoHash = "sha256-Z0r/HDAK1+1wHaLZ+HPbS72vsuK7GLdBZm6j5p+KARs=";
 
   meta = with lib; {
     mainProgram = "nix-your-shell";