about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorlasers <lasers@users.noreply.github.com>2023-04-16 03:14:18 -0500
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-04-16 08:46:30 -0300
commit98e434a890eab128fef4e2595b8d11bbebd3444d (patch)
tree735e96100e8040368b8ecb2d07d5c3959d746886 /pkgs/applications/emulators
parent6c6acd021d18708642bb9328731f88d29b6773f7 (diff)
duckstation: unstable-2023-01-01 -> unstable-2023-04-14
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/duckstation/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/emulators/duckstation/default.nix b/pkgs/applications/emulators/duckstation/default.nix
index 0f48dd71e6c45..ed2d50138bf4e 100644
--- a/pkgs/applications/emulators/duckstation/default.nix
+++ b/pkgs/applications/emulators/duckstation/default.nix
@@ -24,13 +24,13 @@
 
 stdenv.mkDerivation {
   pname = "duckstation";
-  version = "unstable-2023-01-01";
+  version = "unstable-2023-04-14";
 
   src = fetchFromGitHub {
     owner = "stenzek";
     repo = "duckstation";
-    rev = "06d6447e59f208f21ba42f4df1665b789db13fb7";
-    sha256 = "sha256-DyuQ7J7MVSQHpvPZhMtwqNM8ifjI8UFYQ9SxY5kikBI=";
+    rev = "5fee6f5abee7f3aad65da5523e57896e10e2a53a";
+    sha256 = "sha256-sRs/b4GVXhF3zrOef8DSBKJJGYECUER/nNWZAqv7suA=";
   };
 
   nativeBuildInputs = [