about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-27 21:03:40 +0100
committerGitHub <noreply@github.com>2022-02-27 21:03:40 +0100
commit6eb1bcd9ae9ffc2508810d48e133eed17df4ef51 (patch)
tree4aa17099310f164010c34fcaf2e775cbd150d19b /pkgs/applications/emulators
parent26e612f59d2cf3035d9bab9d30e14f29eacf5db9 (diff)
parente458303d2f1810634ad2483acd624562ff8ed550 (diff)
downloadnixlib-6eb1bcd9ae9ffc2508810d48e133eed17df4ef51.tar
nixlib-6eb1bcd9ae9ffc2508810d48e133eed17df4ef51.tar.gz
nixlib-6eb1bcd9ae9ffc2508810d48e133eed17df4ef51.tar.bz2
nixlib-6eb1bcd9ae9ffc2508810d48e133eed17df4ef51.tar.lz
nixlib-6eb1bcd9ae9ffc2508810d48e133eed17df4ef51.tar.xz
nixlib-6eb1bcd9ae9ffc2508810d48e133eed17df4ef51.tar.zst
nixlib-6eb1bcd9ae9ffc2508810d48e133eed17df4ef51.zip
Merge pull request #161425 from OPNA2608/update/punes
punes: 0.108 -> 0.109
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/punes/default.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/applications/emulators/punes/default.nix b/pkgs/applications/emulators/punes/default.nix
index 9b147de4fa93..dba83f41305d 100644
--- a/pkgs/applications/emulators/punes/default.nix
+++ b/pkgs/applications/emulators/punes/default.nix
@@ -20,25 +20,15 @@
 
 mkDerivation rec {
   pname = "punes";
-  version = "0.108";
+  version = "0.109";
 
   src = fetchFromGitHub {
     owner = "punesemu";
     repo = "puNES";
     rev = "v${version}";
-    sha256 = "0inkwmvbr2w4addmgk9r4f13yismang9ylfgflhh9352lf0lirv8";
+    sha256 = "sha256-6aRtR/d8nhzmpN9QKSZ62jye7qjfO+FpRMCXkX4Yubk=";
   };
 
-  patches = [
-    # Drop when version > 0.108
-    # https://github.com/punesemu/puNES/issues/185
-    (fetchpatch {
-      name = "0001-punes-Fixed-make-install.patch";
-      url = "https://github.com/punesemu/puNES/commit/902434f50398ebcda0786ade4b28a0496084810e.patch";
-      sha256 = "1a3052n3n1qipi4bd7f7gq4zl5jjjzzzpbijdisis2vxvhnfvcim";
-    })
-  ];
-
   postPatch = ''
     substituteInPlace configure.ac \
       --replace '`$PKG_CONFIG --variable=host_bins Qt5Core`/lrelease' '${qttools.dev}/bin/lrelease'