knock: init at 0.0.2 by migrating to by-name
The derivation was never actually referenced from all-packages.nix, so this commit causes it to appear as a new package.
This commit is contained in:
@@ -5,14 +5,16 @@
|
||||
installShellFiles,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "knock";
|
||||
version = "0.0.2";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromCodeberg {
|
||||
owner = "nat-418";
|
||||
repo = "knock";
|
||||
rev = "v${version}";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-K+L4F4bTERQSqISAmfyps/U5GJ2N0FdJ3RmpiUmt4uA=";
|
||||
};
|
||||
|
||||
@@ -36,4 +38,4 @@ buildGoModule rec {
|
||||
changelog = "https://codeberg.org/nat-418/knock/raw/branch/trunk/CHANGELOG.md";
|
||||
maintainers = with lib.maintainers; [ nat-418 ];
|
||||
};
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user