Browse Source

bump deps

main
Dustin Frisch 4 months ago
parent
commit
49edeafeaf
No known key found for this signature in database GPG Key ID: B4C3BF012D9B26BE
  1. 5
      default.nix
  2. 2314
      mvn2nix-lock.json
  3. 1
      pom.xml

5
default.nix

@ -12,8 +12,8 @@ let
mvn2nix = fetchFromGitHub {
owner = "fzakaria";
repo = "mvn2nix";
rev = "e27562cb6fc5b546eb8a3a6be79b7f1ac7676e4b";
hash = "sha256-5ZnRlGhWFD3U9AzCbZ7L8Yf2lTvO81dVv138nbqHEFI=";
rev = "ea21cfe97069feee55fa307ca9b125616c1fa84f";
hash = "sha256-v/HvYqzkPaGin1ujo+Fi59wXC9vWxW3lYVSwElORRi8=";
};
repository = (pkgs.callPackage "${mvn2nix}/maven.nix" {}).buildMavenRepositoryFromLockFile {
@ -44,6 +44,7 @@ in stdenv.mkDerivation rec {
passthru = {
inherit repository;
mvn2nix = pkgs.callPackage "${mvn2nix}/default.nix" { };
};
}

2314
mvn2nix-lock.json
File diff suppressed because it is too large
View File

1
pom.xml

@ -41,6 +41,7 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<executions>
<execution>
<id>foobar</id>

Loading…
Cancel
Save