structorizer: 3.32-20 -> 3.32-21
This commit is contained in:
parent
71b4a60386
commit
6aae586398
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "structorizer";
|
pname = "structorizer";
|
||||||
version = "3.32-20";
|
version = "3.32-21";
|
||||||
|
|
||||||
desktopItems = [
|
desktopItems = [
|
||||||
(makeDesktopItem {
|
(makeDesktopItem {
|
||||||
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "fesch";
|
owner = "fesch";
|
||||||
repo = "Structorizer.Desktop";
|
repo = "Structorizer.Desktop";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-kFgypwSmXRkIyb0ZMcoTSgQdODfn9F81ABlFWATvh3M=";
|
hash = "sha256-pwakwIMmG7A0Rw8XYH/f2PkzzX9bIADL0+52Ucawn3Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./makeStructorizer.patch ./makeBigJar.patch ];
|
patches = [ ./makeStructorizer.patch ./makeBigJar.patch ];
|
||||||
|
|
Loading…
Reference in a new issue