mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
aspectj: 1.9.22.1 -> 1.9.24
This commit is contained in:
parent
a8439bf641
commit
41e060f51b
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "1.9.22.1";
|
||||
version = "1.9.24";
|
||||
versionSnakeCase = builtins.replaceStrings [ "." ] [ "_" ] version;
|
||||
in
|
||||
stdenvNoCC.mkDerivation {
|
||||
|
@ -17,7 +17,7 @@ stdenvNoCC.mkDerivation {
|
|||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/eclipse/org.aspectj/releases/download/V${versionSnakeCase}/aspectj-${version}.jar";
|
||||
hash = "sha256-NIyYVhJIGXz+vNVoAQzYsDfmOYc4QrRzJGWeQjS4X0U=";
|
||||
hash = "sha256-p+UOtuP8hNymfvmL/SPg99YrhU7m5GDudtLISqL5TWQ=";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue