mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 12:58:06 +00:00
haguichi: 1.5.0 -> 1.5.1 (#362227)
This commit is contained in:
commit
95d9957040
pkgs
@ -18,13 +18,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "haguichi";
|
||||
version = "1.5.0";
|
||||
version = "1.5.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ztefn";
|
||||
repo = "haguichi";
|
||||
rev = "refs/tags/${finalAttrs.version}";
|
||||
hash = "sha256-Rhag2P4GAO9qhcajwDHIkgzKZqNii/SgvFwCI6Kc8XE=";
|
||||
hash = "sha256-hSQsKG86QUzv/dfqz2amSXyAaA1ZAk9dTvel9KVgeFs=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -59,7 +59,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Graphical frontend for Hamachi on Linux";
|
||||
mainProgram = "haguichi";
|
||||
homepage = "https://haguichi.net/";
|
||||
changelog = "https://haguichi.net/news/release${lib.strings.replaceStrings ["."] [""] finalAttrs.version}";
|
||||
changelog = "https://haguichi.net/news/release${
|
||||
lib.strings.replaceStrings [ "." ] [ "" ] finalAttrs.version
|
||||
}";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ OPNA2608 ];
|
@ -3709,8 +3709,6 @@ with pkgs;
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa;
|
||||
};
|
||||
|
||||
haguichi = callPackage ../tools/networking/haguichi { };
|
||||
|
||||
hashcat = callPackage ../tools/security/hashcat {
|
||||
inherit (darwin.apple_sdk.frameworks) Foundation IOKit Metal OpenCL;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user