azpainter: 3.0.6 -> 3.0.7

This commit is contained in:
R. Ryantm 2023-10-29 08:13:57 +00:00 committed by Jonathan Ringer
parent 423b3e0725
commit 50f3f12c99

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "azpainter";
version = "3.0.6";
version = "3.0.7";
src = fetchFromGitLab {
owner = "azelpg";
repo = pname;
rev = "v${version}";
hash = "sha256-/shmLdZ4mCBZAeUuqJtCiUjeI8B5f/8dIGPqmXMjZ1I=";
hash = "sha256-RlsiN9pefpTYUh4M8j4Ty/Ipi9StoVcNcICd7QDirhI=";
};
nativeBuildInputs = [