azpainter: 3.0.11 -> 3.0.12

This commit is contained in:
R. Ryantm 2025-05-18 04:47:37 +00:00
parent e3beaa67c4
commit 870aa66490

View file

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