Merge pull request #310395 from r-ryantm/auto-update/smcroute

smcroute: 2.5.6 -> 2.5.7
This commit is contained in:
Nick Cao
2024-05-09 17:21:29 -04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "smcroute";
version = "2.5.6";
version = "2.5.7";
src = fetchFromGitHub {
owner = "troglobit";
repo = "smcroute";
rev = version;
sha256 = "sha256-I9kc1F+GZf8Gl0Wx3J45Bf/RyFTyHVhwDz5l+sp/2pc=";
sha256 = "sha256-b1FsaDw5wAZkOwc6Y7TsMwyfxIRQ2rNUTK+knEzOn7w=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];