Unverified Commit 42d5c5b9 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #267368 from r-ryantm/auto-update/structorizer

structorizer: 3.32-12 -> 3.32-14
parents 37fa3e8d 592a07d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

stdenv.mkDerivation rec {
  pname = "structorizer";
  version = "3.32-12";
  version = "3.32-14";

  desktopItems = [
    (makeDesktopItem {
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
    owner = "fesch";
    repo = "Structorizer.Desktop";
    rev = version;
    hash = "sha256-DZktq07MoXBg2AwHOoPLTbON/giSqDZOfmaMkZl1w1g=";
    hash = "sha256-pnzvfXH4KC067aqqH9h1+T3K+6IzIYw8IJCMdmGrN6c=";
  };

  patches = [ ./makeStructorizer.patch ./makeBigJar.patch ];