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.
2 parents a480f04 + 4c92d6a commit d8c0fecCopy full SHA for d8c0fec
pkgs/by-name/fi/files-cli/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "files-cli";
11
- version = "2.13.251";
+ version = "2.13.258";
12
13
src = fetchFromGitHub {
14
repo = "files-cli";
15
owner = "files-com";
16
rev = "v${version}";
17
- hash = "sha256-6tNee396ki+/ixPD1c3E+1duFTrUL9aGeUCVFzF/WyA=";
+ hash = "sha256-Idd0FJ/zi0S6hFvjKNw1a1cIEhccE+2e9azxaREtdiw=";
18
};
19
20
- vendorHash = "sha256-Rf2JWCEQYtzhKd7v0usRHDwoJLZFCE5/HXuweXNwvuA=";
+ vendorHash = "sha256-fzDJSvYQkWyPSHrIoOeDHNLM3UWdCv9Wh8E1CxLLNhg=";
21
22
ldflags = [
23
"-s"
0 commit comments