mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
pakcs: 3.6.0 -> 3.7.2
This commit is contained in:
parent
a343982b86
commit
efbd62e79f
@ -5,13 +5,13 @@
|
||||
|
||||
let
|
||||
pname = "pakcs";
|
||||
version = "3.6.0";
|
||||
version = "3.7.2";
|
||||
|
||||
# Don't switch to "Current release" without a reason, because its
|
||||
# source updates without version bump. Prefer last from "Older releases" instead.
|
||||
src = fetchurl {
|
||||
url = "https://www.informatik.uni-kiel.de/~pakcs/download/pakcs-${version}-src.tar.gz";
|
||||
hash = "sha256-1r6jEY3eEGESKcAepiziVbxpIvQLtCS6l0trBU3SGGo=";
|
||||
hash = "sha256-ZfQUgFqmPPCeDx/T5G/JdvYDq/7XbvsgxPcEX4y9HZ4=";
|
||||
};
|
||||
|
||||
curry-frontend = (haskellPackages.override {
|
||||
|
Loading…
Reference in New Issue
Block a user