Merge pull request #276267 from r-ryantm/auto-update/snabb

snabb: 2023.06 -> 2023.10
This commit is contained in:
Weijia Wang
2024-01-03 18:42:55 +01:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "snabb";
version = "2023.06";
version = "2023.10";
src = fetchFromGitHub {
owner = "snabbco";
repo = "snabb";
rev = "v${version}";
sha256 = "sha256-MLEBT1UpyFiIGqI9W2bw2I2j4JanJ0MAV8nwcL/1QBM=";
sha256 = "sha256-oCHPRqJ1zm2Ple3Ck9nMyRC7PgKaF1RuswzdGBVU2C8=";
};
installPhase = ''