1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 11:10:03 +00:00

snabb: 2024.06 -> 2024.08 (#338416)

This commit is contained in:
Weijia Wang 2024-09-10 21:47:39 +02:00 committed by GitHub
commit 821472becf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = ''