about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao2024-08-30 15:34:04 -0400
committerGitHub2024-08-30 15:34:04 -0400
commit190df953598b7e4a81a3712b5a289a02a5f49153 (patch)
tree8a84bab574ee971cffa679d7cb497c79f1e3e00c /pkgs
parentddf238e6d24fee3e4bec84aa5a68e3fd875e7627 (diff)
parent3aa9a191bc5f7a553647a116c1b7a03e7645217c (diff)
just: 1.34.0 -> 1.35.0 (#338356)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/ju/just/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ju/just/package.nix b/pkgs/by-name/ju/just/package.nix
index 08c1c248c382..3dfcd639f5d1 100644
--- a/pkgs/by-name/ju/just/package.nix
+++ b/pkgs/by-name/ju/just/package.nix
@@ -12,17 +12,17 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "just";
-  version = "1.34.0";
+  version = "1.35.0";
   outputs = [ "out" "man" "doc" ];
 
   src = fetchFromGitHub {
     owner = "casey";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-fAzBAiF7eVl5tieSH0m3Wa9UWthVjX7e5tAex5peRQw=";
+    hash = "sha256-/5UzieioBzltFhzUoPOm6B4QKHFEquXCKo/2SPHkp2M=";
   };
 
-  cargoHash = "sha256-v3z0Md66fzT0JQfVfISPqhJAunYHl8UmpYL1ASVWxVU=";
+  cargoHash = "sha256-X3noVDRnnrR6xuOBfoH4JPdcPLOBHbGQb6opNvzK/TE=";
 
   nativeBuildInputs = [ installShellFiles mdbook ];
   buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];