kronosnet: 1.30 -> 1.31 (#401345)

This commit is contained in:
Wolfgang Walther
2025-04-27 13:37:02 +00:00
committed by GitHub
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "kronosnet";
version = "1.30";
version = "1.31";
src = fetchFromGitHub {
owner = "kronosnet";
repo = "kronosnet";
rev = "v${version}";
sha256 = "sha256-Ydu7qS2Wuy5c5pCv1X8SdEIx8sTvfGusCJwltkb3YXQ=";
sha256 = "sha256-PZWaKrCy0S8d/x3GMh7X2wEiHwgiuEFpfCwKpbLvhsc=";
};
nativeBuildInputs = [