summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Fontana <tinozzo123@tutanota.com>2022-12-10 22:30:38 +0100
committerMartino Fontana <tinozzo123@tutanota.com>2022-12-10 22:38:05 +0100
commit823462afcc241b9a97a2f01b300aa11bcd4d9366 (patch)
tree7b497af6556f88ebefb1134f9db2eec99dd91f5a
parentd4ec6e6fe530445d4877f997368588966eb5e8c2 (diff)
duckstation: unstable-2022-11-18 -> unstable-2022-12-08
Diff: https://github.com/stenzek/duckstation/compare/8d7aea5e19859ed483699cc4a5dbd47165c7be8b...latest
-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 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 = [