Commit ee2f2e86 authored by R. RyanTM's avatar R. RyanTM
Browse files

ckan: 1.36.0 -> 1.36.2

parent 519d141f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@

stdenv.mkDerivation rec {
  pname = "ckan";
  version = "1.36.0";
  version = "1.36.2";

  src = fetchurl {
    url = "https://github.com/KSP-CKAN/CKAN/releases/download/v${version}/ckan.exe";
    hash = "sha256-Tw8s86FtBz/92uq2imFZm4n88NCCpePTpydoAoYsE3U=";
    hash = "sha256-EZSf+n6QUEZW2Bjl2ac/6e+Jo+PlxWd1Z1PKHvgC/Ko=";
  };

  icon = fetchurl {