From c29dd4094b0288c896a3ebfd672b495ee547cfe5 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 25 Jun 2023 18:05:39 +0000 Subject: [PATCH] nixpkgs: 2023-06-22 -> 2023-06-23 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` • Updated input 'nixpkgs-unpatched': 'github:nixos/nixpkgs/e603dc5f061ca1d8a19b3ede6a8cf9c9fcba6cdc' (2023-06-22) → 'github:nixos/nixpkgs/3ae20aa58a6c0d1ca95c9b11f59a2d12eebc511f' (2023-06-23) ``` --- flake.lock | 6 +++--- pkgs/additional/jellyfin-media-player-qt6/default.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index f3b27587..39ef2c94 100644 --- a/flake.lock +++ b/flake.lock @@ -82,11 +82,11 @@ }, "nixpkgs-unpatched": { "locked": { - "lastModified": 1687412861, - "narHash": "sha256-Z/g0wbL68C+mSGerYS2quv9FXQ1RRP082cAC0Bh4vcs=", + "lastModified": 1687502512, + "narHash": "sha256-dBL/01TayOSZYxtY4cMXuNCBk8UMLoqRZA+94xiFpJA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e603dc5f061ca1d8a19b3ede6a8cf9c9fcba6cdc", + "rev": "3ae20aa58a6c0d1ca95c9b11f59a2d12eebc511f", "type": "github" }, "original": { diff --git a/pkgs/additional/jellyfin-media-player-qt6/default.nix b/pkgs/additional/jellyfin-media-player-qt6/default.nix index 9903f450..7d345a79 100644 --- a/pkgs/additional/jellyfin-media-player-qt6/default.nix +++ b/pkgs/additional/jellyfin-media-player-qt6/default.nix @@ -20,7 +20,7 @@ owner = "jellyfin"; repo = "jellyfin-media-player"; rev = "qt6"; - hash = "sha256-saR/P2daqjF0G8N7BX6Rtsb1dWGjdf5MPDx1lhoioEw="; + hash = "sha256-CXuK6PLGOiBDbnLqXcr5sUtQmXksMc6X6GKVMEzmu30="; }; # nixos ships two patches: # - the first fixes "web paths" and has *mostly* been upstreamed (so skip and manually tweak a bit)