Skip to content

Commit

Permalink
snabb: 2024.06 -> 2024.08 (#338416)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Sep 10, 2024
2 parents 5456bfa + 74ec7d8 commit 821472b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/snabb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "snabb";
version = "2024.06";
version = "2024.08";

src = fetchFromGitHub {
owner = "snabbco";
repo = "snabb";
rev = "v${version}";
sha256 = "sha256-iCW0oEbLLqRKaxqxhSDsmRnI5YTi4HYcg+IWRAbt9WI=";
sha256 = "sha256-2ULkzNeyEkXFdd8BUEcY5wZswh8Z4s4ONqSQbeWK2Qs=";
};

installPhase = ''
Expand Down

0 comments on commit 821472b

Please sign in to comment.