Merge pull request #282613 from r-ryantm/auto-update/ckan

ckan: 1.34.2 -> 1.34.4
This commit is contained in:
Weijia Wang 2024-01-28 06:03:10 +01:00 committed by GitHub
commit 6edc54d1a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ckan";
version = "1.34.2";
version = "1.34.4";
src = fetchurl {
url = "https://github.com/KSP-CKAN/CKAN/releases/download/v${version}/ckan.exe";
sha256 = "sha256-MUaKgtLHVsrUy55lHella2YCblLGdnj0530qC5la2IE=";
sha256 = "sha256-T3SBzGmTwFZsEkd3kCK7auINKPsFx2zIYR2/Zqt5ATM=";
};
dontUnpack = true;