mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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
|
||||
${unstableVersionMajor} =
|
||||
let
|
||||
rev = "1830e09888597b372fad192b0d246aefe555540c";
|
||||
hash = "sha256-svVcg2AMk2GHmg1Szny10KCLZQ6Cly1RrSVNGmf7Fdg=";
|
||||
rev = "813b684ab0de8ee9737c9fc1f9b90ba0543dd418";
|
||||
hash = "sha256-01jWE9rSBJn+JS8p8LTFqIGquOY1avXsAZnfYfo5pPk=";
|
||||
in
|
||||
dedicatedServer: {
|
||||
version = "${unstableVersionMajor}-${builtins.substring 0 8 rev}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue