Skip to content

Commit

Permalink
authoscope: refactor
Browse files Browse the repository at this point in the history
- add changelog to meta
  • Loading branch information
fabaff committed Jan 5, 2025
1 parent 0fd3829 commit fc5c0a3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/tools/security/authoscope/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ rustPlatform.buildRustPackage rec {

src = fetchFromGitHub {
owner = "kpcyrd";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SKgb/N249s0+Rb59moBT/MeFb4zAAElCMQJto0diyUk=";
repo = "authoscope";
rev = "refs/tags/v${version}";
hash = "sha256-SKgb/N249s0+Rb59moBT/MeFb4zAAElCMQJto0diyUk=";
};

cargoHash = "sha256-rSHuKy86iJNLAKSVcb7fn7A/cc75EOc97jGI14EaC6k=";
Expand All @@ -45,7 +45,8 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Scriptable network authentication cracker";
homepage = "https://github.com/kpcyrd/authoscope";
license = with licenses; [ gpl3Plus ];
changelog = "https://github.com/kpcyrd/authoscope/releases/tag/v${version}";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ fab ];
};
}

0 comments on commit fc5c0a3

Please sign in to comment.