Merge pull request #112156 from r-ryantm/auto-update/mednaffe

mednaffe: 0.9.0 -> 0.9.1
This commit is contained in:
Anderson Torres
2021-02-06 12:16:10 -03:00
committed by GitHub

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 ];