ubridge: 0.9.19 -> 1.0.1

This commit is contained in:
R. Ryantm
2026-06-01 17:49:24 +00:00
parent 5da1cb8ee0
commit d77c57cfe0

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ubridge";
version = "0.9.19";
version = "1.0.1";
src = fetchFromGitHub {
owner = "GNS3";
repo = "ubridge";
tag = "v${finalAttrs.version}";
hash = "sha256-utzXLPF0VszMZORoik5/0lKhiyKO9heKuNO4KPsPVsI=";
hash = "sha256-fiRiL6S+APBRk5FZNKF7HLNFiCVVkLdCpY2sb5voGbQ=";
};
postPatch = ''