We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cb049 commit 4b64d2aCopy full SHA for 4b64d2a
pkgs/by-name/fi/files-cli/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "files-cli";
11
- version = "2.13.279";
+ version = "2.14.8";
12
13
src = fetchFromGitHub {
14
repo = "files-cli";
15
owner = "files-com";
16
rev = "v${version}";
17
- hash = "sha256-R8h69JspAUnDJaQdYNwZINH86FQIPKsFkw0d85uYQAg=";
+ hash = "sha256-qiqxvRy0jHhxnCky+XizHaFGdJnsk5qdUjgaY2lVfko=";
18
};
19
20
- vendorHash = "sha256-nhpgHC/gj72f6fk5Q2SGTN9kGU3HbfgiHg/MnC79Lzg=";
+ vendorHash = "sha256-58XHEcBZZR/nEu+6LX/ItB2JlI00Uz+htVluavFtNm0=";
21
22
ldflags = [
23
"-s"
0 commit comments