azpainter: 3.0.8 -> 3.0.9a

This commit is contained in:
R. Ryantm 2024-10-15 09:28:34 +00:00
parent c2bdda7b60
commit d2fa28391b

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "azpainter";
version = "3.0.8";
version = "3.0.9a";
src = fetchFromGitLab {
owner = "azelpg";
repo = pname;
rev = "v${version}";
hash = "sha256-NiQYX/Dcl/t30Jx08DKr6EP5ODS00pyEGKh/qiNT5t4=";
hash = "sha256-QWXlRbCGDk1DRtePeDM3tnbtkdlhbkn/oNTqHvmtEA4=";
};
nativeBuildInputs = [