mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
plantuml: 8037 -> 8047
This commit is contained in:
parent
7b92f76948
commit
daf068c33b
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
{ stdenv, fetchurl, jre, graphviz }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "8037";
|
||||
version = "8047";
|
||||
name = "plantuml-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/project/plantuml/plantuml.${version}.jar";
|
||||
sha256 = "1mlwcaph6n2akl639x64vpyjjipv6x0mwqxv6lvy3ml58pbgl58y";
|
||||
sha256 = "11a1qchalymvc7qn9kqxamp8qm8fljpnxmfi4zs8sg75nzddjnlm";
|
||||
};
|
||||
|
||||
# It's only a .jar file and a shell wrapper
|
||||
|
|
Loading…
Reference in a new issue