mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-snap: update to version 0.9.1.1
This commit is contained in:
parent
6d7f1e10ad
commit
99903896a8
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "snap";
|
pname = "snap";
|
||||||
version = "0.9.0.1";
|
version = "0.9.1.1";
|
||||||
sha256 = "0n3qmyvqqcds3c56ml77d2cr0ghs1c7wwd20m44zzmxxmpbnfmgh";
|
sha256 = "1g8jvnwrhna5g064dmv4v4khrpwwn0vcqw8l7rcpkp75l46fq29z";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
|
Loading…
Reference in a new issue