mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
crispyDoom: 5.5.1 -> 5.5.2
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
24ab7ff3e0
commit
e4e9b5b1b4
@ -1,10 +1,10 @@
|
||||
{ stdenv, autoreconfHook, pkgconfig, SDL2, SDL2_mixer, SDL2_net, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "crispy-doom-5.5.1";
|
||||
name = "crispy-doom-5.5.2";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/fabiangreffrath/crispy-doom/archive/${name}.tar.gz";
|
||||
sha256 = "0qnqyyjnclmwls34m7nk8lpvpaffdmhxshlarsiggcsn9py96kns";
|
||||
sha256 = "1pdk7p3r1xskdfcp86jf1n2cny78fyk36z4gbx19h57csc4d5c3a";
|
||||
};
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [ SDL2 SDL2_mixer SDL2_net ];
|
||||
|
Loading…
Reference in New Issue
Block a user