summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/opossum.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/custom/opossum.nix b/custom/opossum.nix
index b6f47ca4..ea550a8a 100644
--- a/custom/opossum.nix
+++ b/custom/opossum.nix
@@ -8,12 +8,12 @@
8 8
9cabal.mkDerivation (self: { 9cabal.mkDerivation (self: {
10 pname = "opossum"; 10 pname = "opossum";
11 version = "1.4.0"; 11 version = "1.4.1";
12 src = fetchgit { 12 src = fetchgit {
13 url = git://git.yggdrasil.li/opossum; 13 url = git://git.yggdrasil.li/opossum;
14 # nix-shell -p nix-prefetch-scripts --command 'nix-prefetch-git git://git.yggdrasil.li/opossum' 2>&1 | grep -E '(git revision|hash) is ' | sed -r 's/git revision is /rev = "/' | sed -r 's/hash is /sha256 = "/' | sed -r 's/$/";/' 14 # nix-shell -p nix-prefetch-scripts --command 'nix-prefetch-git git://git.yggdrasil.li/opossum' 2>&1 | grep -E '(git revision|hash) is ' | sed -r 's/git revision is /rev = "/' | sed -r 's/hash is /sha256 = "/' | sed -r 's/$/";/'
15 rev = "ac129ec00783e948bbc5f916348201960a1d6af8"; 15 rev = "f5d384df2a6dff3a7402e51ee5aff58bd6792e6a";
16 sha256 = "3ad0ec0b886e489208d261424ac2a1a3e1c4571747e6ae8f0cfe50af6d686127"; 16 sha256 = "8b6e1d6878dce58bfc7cb0c9414a69109c622aae16d4515cf22d72825ae3da5f";
17 }; 17 };
18 isLibrary = true; 18 isLibrary = true;
19 isExecutable = true; 19 isExecutable = true;