mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
tinc: 1.0.36 -> 1.0.37 (#540173)
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
version = "1.0.36";
|
||||
version = "1.0.37";
|
||||
pname = "tinc";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.tinc-vpn.org/packages/tinc-${finalAttrs.version}.tar.gz";
|
||||
hash = "sha256-QPc7s/rMSA7/4OdxRCpwb/BIjt6npfJQXUzLKqgWMQg=";
|
||||
hash = "sha256-9jt+IcMsTGN1dthfNr3SjqZ4taoX+tAkJ2Rd6jDlKsc=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user