summary refs log tree commit diff
path: root/pkgs/games/ckan
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-06 23:22:28 +0000
committerBobby Rong <rjl931189261@126.com>2022-11-17 20:13:04 +0800
commitc0d9e956e60af8c9d1387b443bd694c15f7c156c (patch)
treed5df2494944fed76a8092d03aae81effc11f988f /pkgs/games/ckan
parentaea5f56b83881a9094b21cbd61c33dd4e00fee63 (diff)
downloadnixpkgs-c0d9e956e60af8c9d1387b443bd694c15f7c156c.tar
nixpkgs-c0d9e956e60af8c9d1387b443bd694c15f7c156c.tar.gz
nixpkgs-c0d9e956e60af8c9d1387b443bd694c15f7c156c.tar.bz2
nixpkgs-c0d9e956e60af8c9d1387b443bd694c15f7c156c.tar.lz
nixpkgs-c0d9e956e60af8c9d1387b443bd694c15f7c156c.tar.xz
nixpkgs-c0d9e956e60af8c9d1387b443bd694c15f7c156c.tar.zst
nixpkgs-c0d9e956e60af8c9d1387b443bd694c15f7c156c.zip
ckan: 1.31.0 -> 1.31.2
Diffstat (limited to 'pkgs/games/ckan')
-rw-r--r--pkgs/games/ckan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/ckan/default.nix b/pkgs/games/ckan/default.nix
index 88d13b9b6f8..70025d68b21 100644
--- a/pkgs/games/ckan/default.nix
+++ b/pkgs/games/ckan/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "ckan";
-  version = "1.31.0";
+  version = "1.31.2";
 
   src = fetchurl {
     url = "https://github.com/KSP-CKAN/CKAN/releases/download/v${version}/ckan.exe";
-    sha256 = "sha256-+Tm1aQUibRNn1jfewowOTBHt1OngJKD+Jeh9meg0YxA=";
+    sha256 = "sha256-xbVcGbznUOowIQHsP1pUtpwHeU8vzICwYkRofVRIDPQ=";
   };
 
   dontUnpack = true;