mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
armagetronad: update trunk to fix protobuf compile
This commit is contained in:
parent
8fcc714596
commit
b60b3d16b7
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ let
|
||||||
# https://gitlab.com/armagetronad/armagetronad/-/commits/trunk/?ref_type=heads
|
# https://gitlab.com/armagetronad/armagetronad/-/commits/trunk/?ref_type=heads
|
||||||
${unstableVersionMajor} =
|
${unstableVersionMajor} =
|
||||||
let
|
let
|
||||||
rev = "1830e09888597b372fad192b0d246aefe555540c";
|
rev = "813b684ab0de8ee9737c9fc1f9b90ba0543dd418";
|
||||||
hash = "sha256-svVcg2AMk2GHmg1Szny10KCLZQ6Cly1RrSVNGmf7Fdg=";
|
hash = "sha256-01jWE9rSBJn+JS8p8LTFqIGquOY1avXsAZnfYfo5pPk=";
|
||||||
in
|
in
|
||||||
dedicatedServer: {
|
dedicatedServer: {
|
||||||
version = "${unstableVersionMajor}-${builtins.substring 0 8 rev}";
|
version = "${unstableVersionMajor}-${builtins.substring 0 8 rev}";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue