We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ccbad commit dbde188Copy full SHA for dbde188
nix/pkgs/mantis.nix
@@ -50,7 +50,7 @@ in sbt.mkDerivation {
50
51
# This sha represents the change dependencies of mantis.
52
# Update this sha whenever you change the dependencies
53
- depsSha256 = "0gppwz6dvligrrgjmramyrm9723pwhg89cqfpxj22z2d86brwas2";
+ depsSha256 = "03wyskmiy6fsrsmaa4niksiaw8svmf31mv7hh6xczpjbkrrkwfnm";
54
55
# this is the command used to to create the fixed-output-derivation
56
depsWarmupCommand = "sbt compile --debug -Dnix=true";
0 commit comments