ckan: 1.31.2 -> 1.32.0

This commit is contained in:
R. Ryantm 2023-04-19 03:42:24 +00:00
parent 8d9f42c3a2
commit f76ef1e131

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;