From 823462afcc241b9a97a2f01b300aa11bcd4d9366 Mon Sep 17 00:00:00 2001 From: Martino Fontana Date: Sat, 10 Dec 2022 22:30:38 +0100 Subject: [PATCH] duckstation: unstable-2022-11-18 -> unstable-2022-12-08 Diff: https://github.com/stenzek/duckstation/compare/8d7aea5e19859ed483699cc4a5dbd47165c7be8b...latest --- pkgs/applications/emulators/duckstation/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/duckstation/default.nix b/pkgs/applications/emulators/duckstation/default.nix index 31869fa9fe36..fffbb3ac9326 100644 --- a/pkgs/applications/emulators/duckstation/default.nix +++ b/pkgs/applications/emulators/duckstation/default.nix @@ -23,13 +23,13 @@ stdenv.mkDerivation { pname = "duckstation"; - version = "unstable-2022-11-18"; + version = "unstable-2022-12-08"; src = fetchFromGitHub { owner = "stenzek"; repo = "duckstation"; - rev = "8d7aea5e19859ed483699cc4a5dbd47165c7be8b"; - sha256 = "sha256-92Wn1ZEEZszmVK/KrJqjDuQf/lyD8/VScfTI/St5dY4="; + rev = "1905ce3e0163fd53e56cc949379f74a2e1c6228d"; + sha256 = "sha256-q6r9VCGwYCTzyZ3s1BAhQiA8FKsue7QUcErGtuLJbCg="; }; nativeBuildInputs = [