Unverified Commit 52c498b8 authored by José Romildo Malaquias's avatar José Romildo Malaquias Committed by GitHub
Browse files

vopono: 0.10.13 -> 0.10.14 (#431453)

parents 0ea5aaf2 34c9f41a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

rustPlatform.buildRustPackage rec {
  pname = "vopono";
  version = "0.10.13";
  version = "0.10.14";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-xcxOdQyTNpC8Jhy8sE4AZPoFYTd/1gGdwMjc2W4S8Jc=";
    hash = "sha256-EfbRSQtJA2ktpFzWnJWbUFLajdpaDdbpKeOykrorl2Q=";
  };

  cargoHash = "sha256-ZDnSI30pVyvBcVe8Yeug42LxPcdVK1axeBWcpaaXYJQ=";
  cargoHash = "sha256-j7KFlFaxgXvrEzuknBTzfYgU1S57YhvVXkP73u888rc=";

  meta = with lib; {
    description = "Run applications through VPN connections in network namespaces";