Description: fixes to get the package to build
Author: David Adam <zanchey@ucc.gu.uwa.edu.au>
Last-Update: 2024-12-17

--- fish-4.0b1.orig/Cargo.lock
+++ fish-4.0b1/Cargo.lock
@@ -112,7 +112,7 @@ dependencies = [
 
 [[package]]
 name = "fish"
-version = "4.0.0-alpha1"
+version = "4.0.0-beta.1"
 dependencies = [
  "bitflags",
  "cc",
--- fish-4.0b1.orig/build_tools/make_vendor_tarball.sh
+++ fish-4.0b1/build_tools/make_vendor_tarball.sh
@@ -26,7 +26,7 @@ fi
 wd="$PWD"
 
 # Get the version from git-describe
-VERSION=$(git describe --dirty 2>/dev/null)
+VERSION="4.0b1"
 
 # The name of the prefix, which is the directory that you get when you untar
 prefix="fish-$VERSION"
