mednaffe: 0.9.0 -> 0.9.1

This commit is contained in:
R. RyanTM 2021-02-06 14:47:10 +00:00
parent 671fd3a3c1
commit f94c9ddbef

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mednaffe"; pname = "mednaffe";
version = "0.9.0"; version = "0.9.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AmatCoder"; owner = "AmatCoder";
repo = "mednaffe"; repo = "mednaffe";
rev = version; rev = version;
sha256 = "sha256-BS/GNnRYj9klc4RRj7LwNikgApNttv4IyWPL694j+gM="; sha256 = "sha256-YU8PHnQHAsY90LN/WDugi4WhsuZGBj/z3BS4o69qMS4=";
}; };
nativeBuildInputs = [ autoreconfHook pkg-config wrapGAppsHook ]; nativeBuildInputs = [ autoreconfHook pkg-config wrapGAppsHook ];