summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <fabianhjr@protonmail.com>2021-11-28 11:15:22 -0600
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-11-29 00:41:29 +0000
commit23df138727c7bdb0a863a2f36d10581090183006 (patch)
treed564d49bc57545f18a59c31b8898262e086fd07e
parentMerge pull request #147779 from NixOS/backport-147751-to-release-21.11 (diff)
downloadnixpkgs-23df138727c7bdb0a863a2f36d10581090183006.tar.gz
pijul: 1.0.0-alpha.55 → 1.0.0-alpha.56
(cherry picked from commit b9f6ee2e2f1cde415b610619e154d6b452583460)
-rw-r--r--pkgs/applications/version-management/pijul/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/pijul/default.nix b/pkgs/applications/version-management/pijul/default.nix
index f558eab6b61f..03659e0ba40f 100644
--- a/pkgs/applications/version-management/pijul/default.nix
+++ b/pkgs/applications/version-management/pijul/default.nix
@@ -13,14 +13,14 @@
rustPlatform.buildRustPackage rec {
pname = "pijul";
- version = "1.0.0-alpha.55";
+ version = "1.0.0-alpha.56";
src = fetchCrate {
inherit version pname;
- sha256 = "sha256-1nnn0cdDe+WOetGtRe7dMEyuCcbfRHdJWFxQ4bTXebQ=";
+ sha256 = "zV4F4dbjJ58yGiupUwj5Z0HrKR78Mzch8Zs98YfxSTQ=";
};
- cargoSha256 = "sha256-j9xf97qPdhtakIwhAql0/Go5fPxlyWKAVLk5CMBfAbs=";
+ cargoSha256 = "JQGBTCNu9U2Kq6tc7VT07LEbzLW+jdVWrK5e2qjzGRA=";
doCheck = false;
nativeBuildInputs = [ pkg-config ];