kronosnet: 1.30 -> 1.31

This commit is contained in:
R. Ryantm
2025-04-24 07:39:15 +00:00
parent 9979a56ae6
commit 7a667a26b2
+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 = [