about summary refs log tree commit diff
path: root/pkgs/games/crispy-doom
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-29 11:38:24 -0800
committerTimo Kaufmann <timokau@zoho.com>2018-12-29 20:38:24 +0100
commit277dbbec301f045bbad7912a9a8cc12975b139e5 (patch)
treec2f8ec9edb02fef912a611e93f6c39dc909d153c /pkgs/games/crispy-doom
parent2b751249c984e2b689eccf0793e78fc32159fd18 (diff)
crispyDoom: 5.3 -> 5.4 (#52909)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/crispy-doom/versions
Diffstat (limited to 'pkgs/games/crispy-doom')
-rw-r--r--pkgs/games/crispy-doom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/crispy-doom/default.nix b/pkgs/games/crispy-doom/default.nix
index 6b6aad251419e..730c7f764cc23 100644
--- a/pkgs/games/crispy-doom/default.nix
+++ b/pkgs/games/crispy-doom/default.nix
@@ -1,10 +1,10 @@
 { stdenv, autoreconfHook, pkgconfig, SDL2, SDL2_mixer, SDL2_net, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "crispy-doom-5.3";
+  name = "crispy-doom-5.4";
   src = fetchurl {
     url = "https://github.com/fabiangreffrath/crispy-doom/archive/${name}.tar.gz";
-    sha256 = "1d6pha540rwmnari2yys6bhfhm21aaz7n4p1341n8w14vagwv3ik";
+    sha256 = "0kks7vzp6cwmfv2s39z09vl9w897i8xijg1s8lfbg17viq8azb3x";
   };
   nativeBuildInputs = [ autoreconfHook pkgconfig ];
   buildInputs = [ SDL2 SDL2_mixer SDL2_net ];