summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-11-29 10:21:34 +0800
committerGitHub <noreply@github.com>2021-11-29 10:21:34 +0800
commitc7eaa731c7a33311e50bc5682b33fc367e84f994 (patch)
treed564d49bc57545f18a59c31b8898262e086fd07e
parentMerge pull request #147779 from NixOS/backport-147751-to-release-21.11 (diff)
parentpijul: 1.0.0-alpha.55 → 1.0.0-alpha.56 (diff)
downloadnixpkgs-c7eaa731c7a33311e50bc5682b33fc367e84f994.tar.gz
Merge pull request #147787 from NixOS/backport-147736-to-release-21.11
[Backport release-21.11] pijul: 1.0.0-alpha.55 → 1.0.0-alpha.56
-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 ];