Skip to content

Commit

Permalink
Upgrade zug
Browse files Browse the repository at this point in the history
  • Loading branch information
arximboldi committed Sep 16, 2024
1 parent aecc23e commit a9ad67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/deps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ rec {
zug = stdenv.mkDerivation rec {
name = "zug-${version}";
version = "git-${commit}";
commit = "be20cae36e7e5876bf5bfb08b2a0562e1db3b546";
commit = "7c22cc138e2a9a61620986d1a7e1e9730123f22b";
src = fetchFromGitHub {
owner = "arximboldi";
repo = "zug";
rev = commit;
sha256 = "0vmcnspg9ys4qkj228kgvmpb5whly1cwx30sbg21x2iqs7y11ggx";
sha256 = "sha256-/0HnSUmmyX49L6pJk9QlviFF2FYi5o+x++94wwYwWjk=";
};
nativeBuildInputs = [ cmake ];
dontUseCmakeBuildDir = true;
Expand Down

0 comments on commit a9ad67a

Please sign in to comment.