snabb: 2024.06 -> 2024.08

This commit is contained in:
R. Ryantm 2024-08-30 14:36:47 +00:00
parent b956c2f42a
commit 74ec7d8998

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