Merge pull request #322562 from r-ryantm/auto-update/azpainter

azpainter: 3.0.7 -> 3.0.8
This commit is contained in:
Matthias Beyer 2024-06-30 17:27:42 +02:00 committed by GitHub
commit ce5661e2c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [