ubridge: 0.9.17 -> 0.9.18

This commit is contained in:
Michael Weiss 2020-03-27 11:07:29 +01:00
parent e56373e7b7
commit 87f08d070d
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "ubridge";
version = "0.9.17";
version = "0.9.18";
src = fetchFromGitHub {
owner = "GNS3";
repo = "ubridge";
rev = "v${version}";
sha256 = "1rwhbagac7msd116qymvlfh9qkz9jf0m8nl9xckwv68f57bhhjwl";
sha256 = "0jg66jhhpv4c9340fsdp64hf9h253i8r81fknxa0gq241ripp3jn";
};
postPatch = ''