Skip to content

Commit b24e68b

Browse files
authored
Update nix maven hash (#4796)
The nix derivation for k started failing due to a hash mismatch in the maven nix derivation. This is probably due to maven dependencies being changed upstream, outside of our control. This happened for the first time last week, see [here](22d49bc), and has now occurred a second time. Currently this issue is blocking other pull requests due to [failing CI](https://github.com/runtimeverification/k/actions/runs/14641493584/job/41098410643?pr=4782#step:6:10121). I'll investigate this further and post updates of the investigation here or create an issue. I'd be a problem if this starts happening more frequently instead of only once.
1 parent e9e94e0 commit b24e68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
mk-k-framework = { haskell-backend-bins, llvm-kompile-libs }:
8686
prev.callPackage ./nix/k.nix {
87-
mvnHash = "sha256-uHhx3L2ma9/N5fbagpXMbE3boL7RNfkRy5vzPmKOfU8=";
87+
mvnHash = "sha256-v/6tVTx3UgIn95r1KUeYTRbLnDlaNI/B9+g8NSPDx34=";
8888
manualMvnArtifacts = [
8989
"org.scala-lang:scala-compiler:2.13.13"
9090
"ant-contrib:ant-contrib:1.0b3"

0 commit comments

Comments
 (0)