We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233087e commit 7a9080dCopy full SHA for 7a9080d
1 file changed
pkgs/development/haskell-modules/cabal2nix-unstable.nix
@@ -8,10 +8,10 @@
8
}:
9
mkDerivation {
10
pname = "cabal2nix";
11
- version = "unstable-2021-05-28";
+ version = "unstable-2021-06-10";
12
src = fetchzip {
13
- url = "https://github.com/NixOS/cabal2nix/archive/5fb325e094af91328e02cc2ecfd211feaeb135a7.tar.gz";
14
- sha256 = "1zbd336s99rgk24yjqlp012d0f66s5nf190sjmsl7mfhqx9j2y4l";
+ url = "https://github.com/NixOS/cabal2nix/archive/f63eb780e9c946a5037580e29d8b4effa09da905.tar.gz";
+ sha256 = "1xjdghhbryqhm39z1p8z804mcraia33jvfl8v02yfk7q9xk0bpq2";
15
};
16
isLibrary = true;
17
isExecutable = true;
0 commit comments