We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecc23e commit a9ad67aCopy full SHA for a9ad67a
nix/deps.nix
@@ -50,12 +50,12 @@ rec {
50
zug = stdenv.mkDerivation rec {
51
name = "zug-${version}";
52
version = "git-${commit}";
53
- commit = "be20cae36e7e5876bf5bfb08b2a0562e1db3b546";
+ commit = "7c22cc138e2a9a61620986d1a7e1e9730123f22b";
54
src = fetchFromGitHub {
55
owner = "arximboldi";
56
repo = "zug";
57
rev = commit;
58
- sha256 = "0vmcnspg9ys4qkj228kgvmpb5whly1cwx30sbg21x2iqs7y11ggx";
+ sha256 = "sha256-/0HnSUmmyX49L6pJk9QlviFF2FYi5o+x++94wwYwWjk=";
59
};
60
nativeBuildInputs = [ cmake ];
61
dontUseCmakeBuildDir = true;
0 commit comments