mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
6022f4ef57
Fixes #307154
8 lines
256 B
Bash
Executable File
8 lines
256 B
Bash
Executable File
#! /usr/bin/env nix-shell
|
|
#! nix-shell -i bash -p common-updater-scripts findutils
|
|
|
|
set -euo pipefail
|
|
|
|
version="$(curl -s https://cdn.hdos.dev/client/getdown.txt | grep 'launcher.version = ' | cut -d '=' -f2 | xargs)"
|
|
update-source-version hdos "$version"
|