about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/emulators/duckstation/002-hardcode-vars.diff
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/emulators/duckstation/002-hardcode-vars.diff')
-rw-r--r--nixpkgs/pkgs/applications/emulators/duckstation/002-hardcode-vars.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/applications/emulators/duckstation/002-hardcode-vars.diff b/nixpkgs/pkgs/applications/emulators/duckstation/002-hardcode-vars.diff
index f0b7bb67a0ee..edba33fce7ce 100644
--- a/nixpkgs/pkgs/applications/emulators/duckstation/002-hardcode-vars.diff
+++ b/nixpkgs/pkgs/applications/emulators/duckstation/002-hardcode-vars.diff
@@ -1,5 +1,5 @@
 diff --git a/src/scmversion/gen_scmversion.sh b/src/scmversion/gen_scmversion.sh
-index 9c1dacab..d1f895ee 100755
+index 9122cd8..50ed8f9 100755
 --- a/src/scmversion/gen_scmversion.sh
 +++ b/src/scmversion/gen_scmversion.sh
 @@ -10,10 +10,10 @@ else
@@ -8,7 +8,7 @@ index 9c1dacab..d1f895ee 100755
  
 -HASH=$(git rev-parse HEAD)
 -BRANCH=$(git rev-parse --abbrev-ref HEAD | tr -d '\r\n')
--TAG=$(git describe --tags --dirty --exclude latest --exclude preview --exclude legacy --exclude previous-latest | tr -d '\r\n')
+-TAG=$(git describe --dirty | tr -d '\r\n')
 -DATE=$(git log -1 --date=iso8601-strict --format=%cd)
 +HASH="@gitHash@"
 +BRANCH="@gitBranch@"