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 {
pname = "mednaffe";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "AmatCoder";
repo = "mednaffe";
rev = version;
sha256 = "sha256-BS/GNnRYj9klc4RRj7LwNikgApNttv4IyWPL694j+gM=";
sha256 = "sha256-YU8PHnQHAsY90LN/WDugi4WhsuZGBj/z3BS4o69qMS4=";
};
nativeBuildInputs = [ autoreconfHook pkg-config wrapGAppsHook ];