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

snabb: 2023.04 -> 2023.06
This commit is contained in:
Weijia Wang 2023-06-30 14:49:24 +03:00 committed by GitHub
commit b97dd58e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "snabb";
version = "2023.04";
version = "2023.06";
src = fetchFromGitHub {
owner = "snabbco";
repo = "snabb";
rev = "v${version}";
sha256 = "sha256-6STKoDARQ6Ue/ckd3kdIH+ZKnQ4iozx4a070g2N+XMo=";
sha256 = "sha256-MLEBT1UpyFiIGqI9W2bw2I2j4JanJ0MAV8nwcL/1QBM=";
};
installPhase = ''