ckan: 1.32.0 -> 1.33.2

This commit is contained in:
R. Ryantm
2023-08-02 23:32:08 +00:00
parent 0878b757bf
commit 970082f20b
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ckan";
version = "1.32.0";
version = "1.33.2";
src = fetchurl {
url = "https://github.com/KSP-CKAN/CKAN/releases/download/v${version}/ckan.exe";
sha256 = "sha256-cD8S5UcS5tBJoW1IExrmtoYn8k/P7RjCRAx7BEhAWGk=";
sha256 = "sha256-FIndxRyGDgXinP8ZX0o6LEJgGNNw84tCPw5FdVAU3TI=";
};
dontUnpack = true;