smcroute: 2.5.6 -> 2.5.7

This commit is contained in:
R. Ryantm 2024-05-09 18:09:07 +00:00
parent 0c9055e823
commit 8dd5e2606e

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "smcroute"; pname = "smcroute";
version = "2.5.6"; version = "2.5.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "troglobit"; owner = "troglobit";
repo = "smcroute"; repo = "smcroute";
rev = version; rev = version;
sha256 = "sha256-I9kc1F+GZf8Gl0Wx3J45Bf/RyFTyHVhwDz5l+sp/2pc="; sha256 = "sha256-b1FsaDw5wAZkOwc6Y7TsMwyfxIRQ2rNUTK+knEzOn7w=";
}; };
nativeBuildInputs = [ autoreconfHook pkg-config ]; nativeBuildInputs = [ autoreconfHook pkg-config ];