Commit 8e308ad2 authored by R. RyanTM's avatar R. RyanTM
Browse files

structorizer: 3.32-33 -> 3.32-34

parent da72f822
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "structorizer";
  version = "3.32-33";
  version = "3.32-34";

  src = fetchFromGitHub {
    owner = "fesch";
    repo = "Structorizer.Desktop";
    rev = version;
    hash = "sha256-7cvh1h4IFYD/5UMs6g76LmjJoDpkLLdvX2ED5oLtD5o=";
    hash = "sha256-oTh45xoJYrJL0BbV5hdPfvv7wz49gExpvN3G5AOk3R0=";
  };

  patches = [