about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-20 10:53:54 +0100
committerGitHub <noreply@github.com>2024-03-20 10:53:54 +0100
commit7b3a311b89b8cdaf0c9e2fc6f7a7d1d9c0d3364d (patch)
tree61a50049121a871d69ad1a41131a6e24725ae610
parent96ab8dce322e390b4a81695c225289f734cc0fe6 (diff)
parent9f7f3923371057a1c638823166a69cbfea502f13 (diff)
Merge pull request #297247 from r-ryantm/auto-update/mise
mise: 2024.3.2 -> 2024.3.6
-rw-r--r--pkgs/tools/misc/mise/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/mise/default.nix b/pkgs/tools/misc/mise/default.nix
index f720edd67db6f..b57d4a7797b6e 100644
--- a/pkgs/tools/misc/mise/default.nix
+++ b/pkgs/tools/misc/mise/default.nix
@@ -17,16 +17,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "mise";
-  version = "2024.3.2";
+  version = "2024.3.6";
 
   src = fetchFromGitHub {
     owner = "jdx";
     repo = "mise";
     rev = "v${version}";
-    hash = "sha256-o8oYfah5Vveup9qdxl+Uzl+j4Sqoj+C6BA3c5kpofXo=";
+    hash = "sha256-jTfr4lJ/N3jFmeR0sqNr+V8IxOx7t7YyrDVkFDJSQnI=";
   };
 
-  cargoHash = "sha256-c6hN9JuMuUp1jl5wXf4N5S3hzyQeeLKAb56H9cLBAIY=";
+  cargoHash = "sha256-kfoTmXvGpXGTU7G7xEZmSgS721g0KM8hRZZnLg3XErM=";
 
   nativeBuildInputs = [ installShellFiles pkg-config ];
   buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];