Skip to content

Commit 22e732d

Browse files
committed
tamarin-prover: 1.6.0 → 1.6.1
1 parent 4930943 commit 22e732d

File tree

1 file changed

+3
-7
lines changed
  • pkgs/applications/science/logic/tamarin-prover

1 file changed

+3
-7
lines changed

pkgs/applications/science/logic/tamarin-prover/default.nix

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
}:
55

66
let
7-
version = "1.6.0";
7+
version = "1.6.1";
88
src = fetchFromGitHub {
99
owner = "tamarin-prover";
1010
repo = "tamarin-prover";
1111
rev = version;
12-
sha256 = "1pl3kz7gyw9g6s4x5j90z4snd10vq6296g3ajlr8d4n53p3c9i3w";
12+
sha256 = "sha256:0cz1v7k4d0im749ag632nc34n91b51b0pq4z05rzw1p59a5lza92";
1313
};
1414

1515
# tamarin has its own dependencies, but they're kept inside the repo,
@@ -85,15 +85,11 @@ mkDerivation (common "tamarin-prover" src // {
8585

8686
executableHaskellDepends = (with haskellPackages; [
8787
binary-instances binary-orphans blaze-html conduit file-embed
88-
gitrev http-types lifted-base monad-control monad-unlift
88+
gitrev http-types lifted-base monad-control
8989
resourcet shakespeare threads wai warp yesod-core yesod-static
9090
]) ++ [ tamarin-prover-utils
9191
tamarin-prover-sapic
9292
tamarin-prover-term
9393
tamarin-prover-theory
9494
];
95-
96-
# tamarin-prover 1.6 is incompatible with maude 3.1.
97-
hydraPlatforms = lib.platforms.none;
98-
broken = true;
9995
})

0 commit comments

Comments
 (0)