File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ pkgs.stdenv.mkDerivation rec {
4545 dontConfigure = true ;
4646 outputHashAlgo = "sha256" ;
4747 outputHashMode = "recursive" ;
48- outputHash = "sha256-S6duDsKFIrm+LT1SFD/9yxiODQI09MXvI8nHhy7nd4c =" ;
48+ outputHash = "sha256-jQxZ6eSokwM6bP/vHkYczhE7xW/rHS/IH4pGy2SzzH0 =" ;
4949 } ;
5050
5151 buildPhase = ''
@@ -74,7 +74,7 @@ pkgs.stdenv.mkDerivation rec {
7474
7575 local jar="$out/share/java/DiffDetective/DiffDetective.jar"
7676 install -Dm644 "target/diffdetective-${ version } -jar-with-dependencies.jar" "$jar"
77- makeWrapper "${ pkgs . maven . jdk } /bin/java" "$out/bin/DiffDetective" --add-flags "-cp \"$jar\"" \
77+ makeWrapper "${ pkgs . jdk } /bin/java" "$out/bin/DiffDetective" --add-flags "-cp \"$jar\"" \
7878 --prefix PATH : "${ pkgs . graphviz } "
7979
8080 ${
Original file line number Diff line number Diff line change 11{
22 "nixpkgs" : {
3- "branch" : " nixos-23.05 " ,
3+ "branch" : " nixos-23.11 " ,
44 "description" : " Nix Packages collection" ,
55 "homepage" : null ,
66 "owner" : " NixOS" ,
77 "repo" : " nixpkgs" ,
8- "rev" : " ad157fe26e74211e7dde0456cb3fd9ab78b6e552 " ,
9- "sha256" : " 0l5gimzlbzq1svw48p4h3wf24ry21icl9198jk5x4xqvs6k2gffx " ,
8+ "rev" : " a77ab169a83a4175169d78684ddd2e54486ac651 " ,
9+ "sha256" : " 0r9a87aqhqr7dkhfy5zrx2dgqq11ma2rfvkfwqhz1xqg7y6mcxxg " ,
1010 "type" : " tarball" ,
11- "url" : " https://github.com/NixOS/nixpkgs/archive/ad157fe26e74211e7dde0456cb3fd9ab78b6e552 .tar.gz" ,
11+ "url" : " https://github.com/NixOS/nixpkgs/archive/a77ab169a83a4175169d78684ddd2e54486ac651 .tar.gz" ,
1212 "url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
1313 }
1414}
You can’t perform that action at this time.
0 commit comments