ubridge: 0.9.18 -> 0.9.19

https://github.com/GNS3/ubridge/compare/v0.9.18...v0.9.19
This commit is contained in:
Anthony ROUSSEL 2024-09-22 20:15:48 +02:00
parent f04bdba527
commit bab6df353c

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "ubridge";
version = "0.9.18";
version = "0.9.19";
src = fetchFromGitHub {
owner = "GNS3";
repo = "ubridge";
rev = "refs/tags/v${version}";
hash = "sha256-Vo57Yw5E4AdUt9MFlFEcRcDkIDG3aQfISIzsC6E05kk=";
hash = "sha256-utzXLPF0VszMZORoik5/0lKhiyKO9heKuNO4KPsPVsI=";
};
postPatch = ''