bfg-repo-cleaner: 1.14.0 -> 1.15.0
Diff: https://github.com/rtyley/bfg-repo-cleaner/compare/v1.14.0...v1.15.0
This commit is contained in:
parent
cb8300fbae
commit
82d95f18fd
@ -9,13 +9,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bfg-repo-cleaner";
|
||||
version = "1.14.0";
|
||||
version = "1.15.0";
|
||||
|
||||
jarName = "bfg-${version}.jar";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://maven/com/madgag/bfg/${version}/${jarName}";
|
||||
hash = "sha256-GnXpOQVB9LVdnAElazYbgVweCiY+L7PQcrVcKRHq0Lc=";
|
||||
hash = "sha256-3+KIWtwpFjeQk/AqgBgSAFNoVsmph78hxJLkUq3v73o=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user