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

ckan: 1.30.4 -> 1.31.0
This commit is contained in:
Mario Rodas 2022-07-28 13:44:30 -05:00 committed by GitHub
commit 12587267bb
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.30.4";
version = "1.31.0";
src = fetchurl {
url = "https://github.com/KSP-CKAN/CKAN/releases/download/v${version}/ckan.exe";
sha256 = "sha256-IgPqUEDpaIuGoaGoH2GCEzh3KxF3pkJC3VjTYXwSiQE=";
sha256 = "sha256-+Tm1aQUibRNn1jfewowOTBHt1OngJKD+Jeh9meg0YxA=";
};
dontUnpack = true;