kotlin-interactive-shell: update mvnHash

This commit is contained in:
Weijia Wang 2024-07-04 01:13:10 +02:00
parent f8d55e9b6b
commit 983da955d8

View File

@ -11,7 +11,7 @@ maven.buildMavenPackage rec {
hash = "sha256-3DTyo7rPswpEVzFkcprT6FD+ITGJ+qCXFKXEGoCK+oE=";
};
mvnHash = "sha256-m1o0m0foqJhEzWjC9behBeld5HT08WClcZN2xc3fZrI=";
mvnHash = "sha256-UHtvBVw35QBwgCD+nSduR0924ANAOfwrr/a4qPEYsrM=";
mvnParameters = "compile";
nativeBuildInputs = [ makeWrapper ];