duckstation: 0.1-9787-unstable-2025-10-13 -> 0.1-9903
This commit is contained in:
@@ -64,13 +64,13 @@ let
|
|||||||
|
|
||||||
linuxDrv = llvmPackages.stdenv.mkDerivation (finalAttrs: {
|
linuxDrv = llvmPackages.stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "duckstation";
|
pname = "duckstation";
|
||||||
version = "0.1-9787-unstable-2025-10-13";
|
version = pkgSources.duckstation.version;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "stenzek";
|
owner = "stenzek";
|
||||||
repo = "duckstation";
|
repo = "duckstation";
|
||||||
rev = "8f0c9dd171210dfd7f06223a393e2565abbaabf3";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-CzHWdY0RaGBB6CY3PzHHHbq3/Mbf6WtUm6Dizr0IW6I=";
|
hash = pkgSources.duckstation.hash_linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Remove once this is fixed upstream.
|
# TODO: Remove once this is fixed upstream.
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"duckstation": {
|
"duckstation": {
|
||||||
"version": "0.1-9669",
|
"version": "0.1-9903",
|
||||||
"hash_linux": "sha256-Q3vU4PaHMHzA8MTxLQbR++ND4L0iRMw6M7J74jyWBKI=",
|
"hash_linux": "sha256-CzHWdY0RaGBB6CY3PzHHHbq3/Mbf6WtUm6Dizr0IW6I=",
|
||||||
"hash_darwin": "sha256-qbY1xKqjYAoxU5EWSFRq8Quu3bZBHHsS8nqnLW3xT+k="
|
"hash_darwin": "sha256-7gVpINajfRRDLYBQMQBQtBELosvROiQzTEa2zZbtK44="
|
||||||
},
|
},
|
||||||
"discord_rpc": {
|
"discord_rpc": {
|
||||||
"rev": "cc59d26d1d628fbd6527aac0ac1d6301f4978b92",
|
"rev": "cc59d26d1d628fbd6527aac0ac1d6301f4978b92",
|
||||||
|
|||||||
@@ -23,13 +23,13 @@ duckstation_storepath=$(nix --extra-experimental-features "nix-command flakes" f
|
|||||||
pinned_versions=$duckstation_storepath/scripts/deps/versions
|
pinned_versions=$duckstation_storepath/scripts/deps/versions
|
||||||
|
|
||||||
echo "Using pinned discord_rpc..."
|
echo "Using pinned discord_rpc..."
|
||||||
discord_rpc_rev=$(grep "DISCORD_RPC=" "$pinned_versions" | sed 's|.*=||g')
|
discord_rpc_rev=$(grep "DISCORD_RPC_COMMIT=" "$pinned_versions" | sed 's|.*=||g')
|
||||||
discord_rpc_hash=$(nix --extra-experimental-features "nix-command flakes" \
|
discord_rpc_hash=$(nix --extra-experimental-features "nix-command flakes" \
|
||||||
flake prefetch github:stenzek/discord-rpc/"$discord_rpc_rev" --json |
|
flake prefetch github:stenzek/discord-rpc/"$discord_rpc_rev" --json |
|
||||||
jq -r '.hash')
|
jq -r '.hash')
|
||||||
|
|
||||||
echo "Using pinned shaderc..."
|
echo "Using pinned shaderc..."
|
||||||
shaderc_rev=$(grep "SHADERC=" "$pinned_versions" | sed 's|.*=||g')
|
shaderc_rev=$(grep "SHADERC_COMMIT=" "$pinned_versions" | sed 's|.*=||g')
|
||||||
shaderc_hash=$(nix --extra-experimental-features "nix-command flakes" flake prefetch github:stenzek/shaderc/"$shaderc_rev" --json | jq -r '.hash')
|
shaderc_hash=$(nix --extra-experimental-features "nix-command flakes" flake prefetch github:stenzek/shaderc/"$shaderc_rev" --json | jq -r '.hash')
|
||||||
|
|
||||||
echo "Fetching latest chtdb commit..."
|
echo "Fetching latest chtdb commit..."
|
||||||
|
|||||||
Reference in New Issue
Block a user