Merge pull request #24592 from FlorentBecker/pijul4

Pijul 0.4
This commit is contained in:
Jörg Thalheim 2017-04-04 10:57:54 +02:00 committed by GitHub
commit 9987abca8e
2 changed files with 6 additions and 6 deletions

View file

@ -4,11 +4,11 @@ with rustPlatform;
buildRustPackage rec {
name = "pijul-${version}";
version = "0.3.3";
version = "0.4.1";
src = fetchurl {
url = "https://pijul.org/releases/${name}.tar.gz";
sha256 = "933e68703916ee7b50cd09f928bb072bdfc3388b69ff657578c23080f7df22b8";
sha256 = "e492fde1bea839f474f5b91bb762a0fab5ff6a9bc2b8f20eb91a253ca6feda5a";
};
sourceRoot = "${name}/pijul";
@ -18,7 +18,7 @@ buildRustPackage rec {
doCheck = false;
depsSha256 = "1aiyjl8jbmr8yys5bsd2mg1i7jryzb8kxqlmxp7kjn2qx7b4q2zd";
depsSha256 = "17n66clr31s49gbbcsii0f31s63rncc9mmz4wwdi0yl4r6ykv9h7";
meta = with stdenv.lib; {
description = "A distributed version control system";

View file

@ -7,9 +7,9 @@
{ runCommand, fetchFromGitHub, git }:
let
version = "2017-03-29";
rev = "d9dbb2fc117bf730d1f54b090b3af407e8e5ff20";
sha256 = "1vrzr4v8qp5jy3xmqrcyk9naik3rngk8hzxif42y687ncppzrsdl";
version = "2017-04-03";
rev = "24cb86b25f4d4758b775e78c03673378ed28120d";
sha256 = "07nzdrrghbpikh0mgvi1mv66mxisd47lcwk6v3szbsy5pgj6dxnq";
src = fetchFromGitHub {
inherit rev;