structorizer: 3.32-33 -> 3.32-34 (#463033)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-19 20:41:20 +00:00
committed by GitHub
+2 -2
View File
@@ -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 = [