Skip to content

Commit

Permalink
pijul: 0.7.3 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 19, 2017
1 parent a1573bb commit 72163a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/pijul/default.nix
Expand Up @@ -4,11 +4,11 @@ with rustPlatform;

buildRustPackage rec {
name = "pijul-${version}";
version = "0.7.3";
version = "0.8.0";

src = fetchurl {
url = "https://pijul.org/releases/${name}.tar.gz";
sha256 = "08cffv6nfp1iv9m2qhr9hggy9kg8xp07p8kqkjypfsdsb983vz5n";
sha256 = "00pi03yp2bgnjpsz2hgaapxfw2i4idbjqc88cagpvn4yr1612wqx";
};

sourceRoot = "${name}/pijul";
Expand All @@ -18,7 +18,7 @@ buildRustPackage rec {

doCheck = false;

cargoSha256 = "0r69vghjd6b30v0qjsipyv56n92iwvyxmllrnwjzjf5pzhhjl7sy";
cargoSha256 = "1cnr08qbpia3336l37k1jli20d7kwnrw2gys8s9mg271cb4vdx03";

meta = with stdenv.lib; {
description = "A distributed version control system";
Expand Down

0 comments on commit 72163a6

Please sign in to comment.