Skip to content

Commit

Permalink
aspcu: 1.9.0 -> 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Feb 16, 2017
1 parent 52026ed commit 073ca2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/aspcud/default.nix
Expand Up @@ -3,15 +3,15 @@
}:

let
version = "1.9.0";
version = "1.9.1";
in

stdenv.mkDerivation rec {
name = "aspcud-${version}";

src = fetchurl {
url = "mirror://sourceforge/project/potassco/aspcud/${version}/aspcud-${version}-source.tar.gz";
sha256 = "029035vcdk527ssf126i8ipi5zs73gqpbrg019pvm9r24rf0m373";
sha256 = "09sqbshwrqz2fvlkz73mns5i3m70fh8mvwhz8450izy5lsligsg0";
};

buildInputs = [ boost clasp cmake gringo re2c ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -548,7 +548,7 @@ with pkgs;
aria = aria2;

aspcud = callPackage ../tools/misc/aspcud {
boost = boost155;
boost = boost163;
};

at = callPackage ../tools/system/at { };
Expand Down

0 comments on commit 073ca2b

Please sign in to comment.