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
This commit is contained in:
parent
2b751249c9
commit
277dbbec30
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user