Merge pull request #292246 from r-ryantm/auto-update/structorizer
structorizer: 3.32-15 -> 3.32-16
This commit is contained in:
commit
839def071b
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-15";
|
version = "3.32-16";
|
||||||
|
|
||||||
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-ZCVvMvbXMQIcZRk1F7QiRtNeuLicHe/aEvwp4FvhwoM=";
|
hash = "sha256-K/ofwwlkZF13V0IZEL166n58ylm+qdh1jbXzH7LwXog=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./makeStructorizer.patch ./makeBigJar.patch ];
|
patches = [ ./makeStructorizer.patch ./makeBigJar.patch ];
|
||||||
|
|
Loading…
Reference in a new issue