pijul: 0.10.0 -> 0.11.0 (#50870)

This commit is contained in:
RohanHart
2018-11-22 07:32:17 +00:00
committed by Vincent Laporte
parent 9613310f82
commit 25e7f59516
2 changed files with 3 additions and 68 deletions
@@ -4,17 +4,13 @@ with rustPlatform;
buildRustPackage rec {
name = "pijul-${version}";
version = "0.10.0";
version = "0.11.0";
src = fetchurl {
url = "https://pijul.org/releases/${name}.tar.gz";
sha256 = "1lkipcp83rfsj9yqddvb46dmqdf2ch9njwvjv8f3g91rmfjcngys";
sha256 = "e60793ab124e9054c1d5509698acbae507ebb2fab5364d964067bc9ae8b6b5e5";
};
cargoPatches = [
./libpijul.patch
];
nativeBuildInputs = [ pkgconfig ];
postInstall = ''
@@ -29,7 +25,7 @@ buildRustPackage rec {
doCheck = false;
cargoSha256 = "1419mlxa4p53hm5qzfd1yi2k0n1bcv8kaslls1nyx661vknhfamw";
cargoSha256 = "1r76azmka1d76ff0ddfhzr24b0ry496qrp13945i3vs0fgzk2sdz";
meta = with stdenv.lib; {
description = "A distributed version control system";