azpainter: 3.0.7 -> 3.0.8

This commit is contained in:
R. Ryantm
2024-06-26 03:28:10 +00:00
parent 260616a5fd
commit 772b12befe
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "azpainter";
version = "3.0.7";
version = "3.0.8";
src = fetchFromGitLab {
owner = "azelpg";
repo = pname;
rev = "v${version}";
hash = "sha256-RlsiN9pefpTYUh4M8j4Ty/Ipi9StoVcNcICd7QDirhI=";
hash = "sha256-NiQYX/Dcl/t30Jx08DKr6EP5ODS00pyEGKh/qiNT5t4=";
};
nativeBuildInputs = [