3
0
Fork 0
forked from mirrors/nixpkgs

ckan: 1.34.2 -> 1.34.4

This commit is contained in:
R. Ryantm 2024-01-21 15:03:40 +00:00
parent 58fcc2db9d
commit ae6bedf7aa

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ckan";
version = "1.34.2";
version = "1.34.4";
src = fetchurl {
url = "https://github.com/KSP-CKAN/CKAN/releases/download/v${version}/ckan.exe";
sha256 = "sha256-MUaKgtLHVsrUy55lHella2YCblLGdnj0530qC5la2IE=";
sha256 = "sha256-T3SBzGmTwFZsEkd3kCK7auINKPsFx2zIYR2/Zqt5ATM=";
};
dontUnpack = true;