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

ckan: 1.31.2 -> 1.32.0
This commit is contained in:
Weijia Wang 2023-04-20 23:07:25 +03:00 committed by GitHub
commit 0792863b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ckan";
version = "1.31.2";
version = "1.32.0";
src = fetchurl {
url = "https://github.com/KSP-CKAN/CKAN/releases/download/v${version}/ckan.exe";
sha256 = "sha256-xbVcGbznUOowIQHsP1pUtpwHeU8vzICwYkRofVRIDPQ=";
sha256 = "sha256-cD8S5UcS5tBJoW1IExrmtoYn8k/P7RjCRAx7BEhAWGk=";
};
dontUnpack = true;