mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
opkssh: 0.5.1 -> 0.6.1 (#404050)
Co-authored-by: sarcasticadmin <sarcasticadmin@users.noreply.github.com>
This commit is contained in:
commit
4ed55aef27
1 changed files with 3 additions and 3 deletions
|
@ -8,18 +8,18 @@
|
||||||
|
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "opkssh";
|
pname = "opkssh";
|
||||||
version = "0.5.1";
|
version = "0.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openpubkey";
|
owner = "openpubkey";
|
||||||
repo = "opkssh";
|
repo = "opkssh";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-93GtevOnJD7CJlKTR9IMlrausBA0ipveunOUZbowRDQ=";
|
hash = "sha256-BK34zw/VYv6mAn68U8tRoOU6Obz3P+6Hw12fsKBuUf8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
ldflags = [ "-X main.Version=${finalAttrs.version}" ];
|
ldflags = [ "-X main.Version=${finalAttrs.version}" ];
|
||||||
|
|
||||||
vendorHash = "sha256-CQYeRN//mEA5vUj9rtIxZQSE3t3sl/kY6F3ICEIrZao=";
|
vendorHash = "sha256-6nTRiybsNtP/BiDaNrFEGEGM41BAjGpOyQ0AlQimSE4=";
|
||||||
|
|
||||||
nativeInstallCheckInputs = [
|
nativeInstallCheckInputs = [
|
||||||
versionCheckHook
|
versionCheckHook
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue