Skip to content

Commit b60b3d1

Browse files
committed
armagetronad: update trunk to fix protobuf compile
1 parent 8fcc714 commit b60b3d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/games/armagetronad/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ let
7070
# https://gitlab.com/armagetronad/armagetronad/-/commits/trunk/?ref_type=heads
7171
${unstableVersionMajor} =
7272
let
73-
rev = "1830e09888597b372fad192b0d246aefe555540c";
74-
hash = "sha256-svVcg2AMk2GHmg1Szny10KCLZQ6Cly1RrSVNGmf7Fdg=";
73+
rev = "813b684ab0de8ee9737c9fc1f9b90ba0543dd418";
74+
hash = "sha256-01jWE9rSBJn+JS8p8LTFqIGquOY1avXsAZnfYfo5pPk=";
7575
in
7676
dedicatedServer: {
7777
version = "${unstableVersionMajor}-${builtins.substring 0 8 rev}";

0 commit comments

Comments
 (0)