about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMatteo Pacini <matteo@codecraft.it>2024-06-19 15:09:12 +0100
committerMatteo Pacini <matteo@codecraft.it>2024-06-19 15:09:12 +0100
commitc0fcdd95a73f55d3e6c4e2962b99efb3589ef5e6 (patch)
treecc3a6c659ec8c39a8544d99c33242edfb58d4e1e /pkgs/applications
parent5ebe08339915f21fa964ff7d56e6fc2736e75a4e (diff)
easytag: tied ogg patch to commit
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/easytag/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/easytag/default.nix b/pkgs/applications/audio/easytag/default.nix
index 55a4c474a2967..35ba2666f0b6b 100644
--- a/pkgs/applications/audio/easytag/default.nix
+++ b/pkgs/applications/audio/easytag/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
     # https://gitlab.gnome.org/GNOME/easytag/-/merge_requests/8
     # Borrowed from Gentoo
     (fetchpatch {
-      url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/media-sound/easytag/files/easytag-2.4.3-ogg-corruption.patch";
+      url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/media-sound/easytag/files/easytag-2.4.3-ogg-corruption.patch?id=b175a159c1138702bdfb009ff4d6565019ed3c4a";
       hash = "sha256-z75dYTEVp1raSFROjpakLeBjF96sgWBxxRB6ut9wYXw=";
     })
   ];