diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-13 00:52:16 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-13 00:52:16 +0200 |
commit | c42004711e413a7d32e2f3aaf80d9539fd58d04d (patch) | |
tree | 0f3f91d686972599448fbae9441aea95d40425d6 | |
parent | 5ae95f7f35d7473c7e75da0af1fc05ef87080c11 (diff) | |
download | nixos-c42004711e413a7d32e2f3aaf80d9539fd58d04d.tar nixos-c42004711e413a7d32e2f3aaf80d9539fd58d04d.tar.gz nixos-c42004711e413a7d32e2f3aaf80d9539fd58d04d.tar.bz2 nixos-c42004711e413a7d32e2f3aaf80d9539fd58d04d.tar.xz nixos-c42004711e413a7d32e2f3aaf80d9539fd58d04d.zip |
Version bump in Opossum
-rw-r--r-- | custom/opossum.nix | 6 | ||||
m--------- | opossum | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/custom/opossum.nix b/custom/opossum.nix index 466e4a7f..9d2429cc 100644 --- a/custom/opossum.nix +++ b/custom/opossum.nix | |||
@@ -8,12 +8,12 @@ | |||
8 | 8 | ||
9 | cabal.mkDerivation (self: { | 9 | cabal.mkDerivation (self: { |
10 | pname = "opossum"; | 10 | pname = "opossum"; |
11 | version = "1.3.0"; | 11 | version = "1.3.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 = "13b7cfa76abe50c97cd6b25de9da0f8ad5c14106"; | 15 | rev = "34728797958d0b64a7b8c5d52f37ffa61b885370"; |
16 | sha256 = "4da44d2588ac25613e0e3f939223da12234ce8232dfc7c04dc6ef96d34794300"; | 16 | sha256 = "a2c040d37dea6cd6af9cdd07db0846225d595ab229c11b0a3c3a7a9f476fb915"; |
17 | }; | 17 | }; |
18 | isLibrary = true; | 18 | isLibrary = true; |
19 | isExecutable = true; | 19 | isExecutable = true; |
diff --git a/opossum b/opossum | |||
Subproject f937e799b39158e1ce73fc6c9dde5f1ca90f4fc | Subproject e47b993f7b07f5e927ce6c8a40f7ac736ca5423 | ||