about summary refs log tree commit diff
path: root/pkgs/applications/video/kodi/unwrapped.nix
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-10-01 18:13:38 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2023-10-09 15:10:48 +0200
commit789d8bab2f2d2fe99df97b3fc02df863ed4c6454 (patch)
tree6ea35188c3465f97c530e4146b3d43f66d0cf433 /pkgs/applications/video/kodi/unwrapped.nix
parenteef610491743bcbcbf2cff58ac1a7b7b3dcd12e8 (diff)
downloadnixlib-789d8bab2f2d2fe99df97b3fc02df863ed4c6454.tar
nixlib-789d8bab2f2d2fe99df97b3fc02df863ed4c6454.tar.gz
nixlib-789d8bab2f2d2fe99df97b3fc02df863ed4c6454.tar.bz2
nixlib-789d8bab2f2d2fe99df97b3fc02df863ed4c6454.tar.lz
nixlib-789d8bab2f2d2fe99df97b3fc02df863ed4c6454.tar.xz
nixlib-789d8bab2f2d2fe99df97b3fc02df863ed4c6454.tar.zst
nixlib-789d8bab2f2d2fe99df97b3fc02df863ed4c6454.zip
kodi: make patch urls reproducible
Diffstat (limited to 'pkgs/applications/video/kodi/unwrapped.nix')
-rw-r--r--pkgs/applications/video/kodi/unwrapped.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/kodi/unwrapped.nix b/pkgs/applications/video/kodi/unwrapped.nix
index bb2c34083515..0f0008bd7a1c 100644
--- a/pkgs/applications/video/kodi/unwrapped.nix
+++ b/pkgs/applications/video/kodi/unwrapped.nix
@@ -116,7 +116,7 @@ in stdenv.mkDerivation {
       # Remove with the next release: https://github.com/xbmc/xbmc/pull/23453
       (fetchpatch {
         name = "Fix fmt10 compat";
-        url = "https://github.com/xbmc/xbmc/pull/23453.patch";
+        url = "https://github.com/xbmc/xbmc/compare/acca69baa2eae65123e78ee2f77249181725ef5d...26c164a28cfd18ceef7a1f2bbba5bf8a4a5a750c.patch";
         hash = "sha256-zMUparbQ8gfgeXj8W3MDmPi5OgLNz/zGCJINU7H6Rx0=";
       })
     ];