azpainter: 3.0.11 -> 3.0.12 (#408247)

This commit is contained in:
Wolfgang Walther 2025-06-01 11:12:26 +00:00 committed by GitHub
commit b5b3ec37fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "azpainter";
version = "3.0.11";
version = "3.0.12";
src = fetchFromGitLab {
owner = "azelpg";
repo = "azpainter";
rev = "v${version}";
hash = "sha256-5rNLGF/mkW+rBH9vuIPCJHciyf4NhG17Es+X6l4xIoQ=";
hash = "sha256-cUq1UmS0k5eib0aJI1zOJbJRzErezfAAXOOIFrgUS6E=";
};
nativeBuildInputs = [