Merge pull request #316153 from r-ryantm/auto-update/ganttproject-bin

ganttproject-bin: 3.3.3300 -> 3.3.3309
This commit is contained in:
Peder Bergebakken Sundt 2024-06-08 17:12:26 +02:00 committed by GitHub
commit 20b3804f57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,12 +4,12 @@
stdenv.mkDerivation rec {
pname = "ganttproject-bin";
version = "3.3.3300";
version = "3.3.3309";
src = fetchzip {
url = "https://dl.ganttproject.biz/ganttproject-${version}/ganttproject-${version}.zip";
stripRoot = false;
hash = "sha256-U9x64UIBuVtW44zbsdWuMRZyEJhZ8VUWbDVtapTGPMo=";
hash = "sha256-ysK+q9r8pbf9MBv7ck24joPR/ywyHnDCBHeOLfljYNw=";
};
nativeBuildInputs = [ makeWrapper ];