summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladyslav M <dywedir@gra.red>2023-03-01 13:11:13 +0200
committerVladyslav M <dywedir@gra.red>2023-03-01 19:52:00 +0200
commit58f0b7fb746f3b473c19a90470444b1ecdf522e5 (patch)
tree80dd6a9df1be067a7c2a2648bdd07f0b875cb9c1
parentb687a76e0e708f86ecf84ad3549ef0f5265cc45b (diff)
downloadnixpkgs-58f0b7fb746f3b473c19a90470444b1ecdf522e5.tar
nixpkgs-58f0b7fb746f3b473c19a90470444b1ecdf522e5.tar.gz
nixpkgs-58f0b7fb746f3b473c19a90470444b1ecdf522e5.tar.bz2
nixpkgs-58f0b7fb746f3b473c19a90470444b1ecdf522e5.tar.lz
nixpkgs-58f0b7fb746f3b473c19a90470444b1ecdf522e5.tar.xz
nixpkgs-58f0b7fb746f3b473c19a90470444b1ecdf522e5.tar.zst
nixpkgs-58f0b7fb746f3b473c19a90470444b1ecdf522e5.zip
pijul: 1.0.0-beta.2 -> 1.0.0-beta.4
-rw-r--r--pkgs/applications/version-management/pijul/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/applications/version-management/pijul/default.nix b/pkgs/applications/version-management/pijul/default.nix
index 1841e4ffe22..71adf480485 100644
--- a/pkgs/applications/version-management/pijul/default.nix
+++ b/pkgs/applications/version-management/pijul/default.nix
@@ -5,7 +5,6 @@
 , libsodium
 , openssl
 , xxHash
-, zstd
 , darwin
 , gitImportSupport ? true
 , libgit2 ? null
@@ -13,18 +12,18 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "pijul";
-  version = "1.0.0-beta.2";
+  version = "1.0.0-beta.4";
 
   src = fetchCrate {
     inherit version pname;
-    sha256 = "sha256-78nzCOR+AZuiAA1OpKKW4kfdUnlN8+qVaO3dknMck58=";
+    sha256 = "sha256-Sx+ZbT1EONWiQmC/5f4thfE9mmTulhTmUWeqPkQgJh8=";
   };
 
-  cargoSha256 = "sha256-IhjN0HjIIuP+P8yfZ3NmZpVZBAuetOr4OVZoI8Qfspo=";
+  cargoSha256 = "sha256-vc7rkLCy489W7MjJYiN8vg4DNS65/ZSIEAcw0vaQJtU=";
 
   doCheck = false;
   nativeBuildInputs = [ pkg-config ];
-  buildInputs = [ openssl libsodium xxHash zstd ]
+  buildInputs = [ openssl libsodium xxHash ]
     ++ (lib.optionals gitImportSupport [ libgit2 ])
     ++ (lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
       CoreServices Security SystemConfiguration