duckstation: 0.1.6658 -> 0.1.6759

This commit is contained in:
Anderson Torres
2024-07-21 23:05:25 -03:00
parent cbde8688f7
commit 2a2f7c6572
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,6 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
cmake
extra-cmake-modules
ninja
pkg-config
qttools
@@ -49,6 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
SDL2
curl
extra-cmake-modules
libXrandr
libbacktrace
libwebp
+2 -2
View File
@@ -10,7 +10,7 @@
duckstation = let
self = {
pname = "duckstation";
version = "0.1-6658";
version = "0.1-6759";
src = fetchFromGitHub {
owner = "stenzek";
repo = "duckstation";
@@ -36,7 +36,7 @@
git log -1 --date=iso8601-strict --format=%cd > .nixpkgs-auxfiles/git_date
find $out -name .git -print0 | xargs -0 rm -fr
'';
hash = "sha256-ZP9WYaz9e6x3x4UpuW2ep5sc+nUT2O+b0048bmkW0ac=";
hash = "sha256-HETo7mChBASnr5prPUWcOhS4TIESFdrs1haEXQpnuzs=";
};
};
in