ckan: 1.30.0 -> 1.30.2

This commit is contained in:
R. RyanTM 2021-05-22 01:50:04 +00:00 committed by Jonathan Ringer
parent dac51dfb1f
commit c7be0f932d

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ckan";
version = "1.30.0";
version = "1.30.2";
src = fetchurl {
url = "https://github.com/KSP-CKAN/CKAN/releases/download/v${version}/ckan.exe";
sha256 = "sha256-wih5NRzeOy4WMXQ3yV9W/m2x7B2C5T0F78TbpsngigQ=";
sha256 = "sha256-ggmUsJb3xKpI3ygTmzR5f3na/oU4OEa3r3edjlN5R+Q=";
};
dontUnpack = true;