We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c12f1c commit d6d68deCopy full SHA for d6d68de
1 file changed
default.nix
@@ -11,8 +11,8 @@
11
DiffDetective =
12
import (builtins.fetchGit {
13
url = "https://github.com/VariantSync/DiffDetective.git";
14
- rev = "4adc0b84a390ea138f48dbb98918b9d2317bb896";
15
- ref = "develop";
+ rev = "913e714089496feb627eaed0d47282330d371df1";
+ ref = "main";
16
shallow = true;
17
}) {
18
inherit sources;
@@ -34,7 +34,7 @@ in
34
fileset = gitTracked ./.;
35
};
36
37
- mvnHash = "sha256-dw/CXrUj6AW6yhLsloZX5F9O2edsaj3SaigKTPHidSs=";
+ mvnHash = "sha256-8qh6MaHpmIG+DOX69J2CqzFJ+h0RBdRQKsXVC1MKgS4=";
38
39
mvnFetchExtraArgs = {
40
preBuild = ''
0 commit comments