mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
lfk: 0.10.2 -> 0.14.19
This commit is contained in:
parent
1648342768
commit
a7dc04b8e0
1 changed files with 3 additions and 3 deletions
|
|
@ -6,17 +6,17 @@
|
|||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "lfk";
|
||||
version = "0.10.2";
|
||||
version = "0.14.19";
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "janosmiko";
|
||||
repo = "lfk";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-6H67d9zVdfsUhnsC4Hg6z3nm0w2//Q8oj1FZBR+a8SY=";
|
||||
hash = "sha256-57bAYTU6/Fv7jbKK+RAbITECl4hYQzS2kkn7bytnW+Y=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-GfJr3jtG+GhV7AHgM0EjPe+bFqdIRkHpjaylu753cGI=";
|
||||
vendorHash = "sha256-WYx/eMArAsiyfEvrBZmTfK2ABxX2X1VQEtDCxC+UyP8=";
|
||||
|
||||
ldflags = [ "-s" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue