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 e0f9415 + c96b794 commit d92f4f7Copy full SHA for d92f4f7
pkgs/by-name/fi/files-cli/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "files-cli";
10
- version = "2.13.133";
+ version = "2.13.136";
11
12
src = fetchFromGitHub {
13
repo = "files-cli";
14
owner = "files-com";
15
rev = "v${version}";
16
- hash = "sha256-noIMO+xQaFV8hzSUjWMASLbRtiZb6wNeuRaCYsLQxsE=";
+ hash = "sha256-F20cGZtPTaiZakRiw0xspS7Mxxwr9VDTcRjHeRaLAq0=";
17
};
18
19
- vendorHash = "sha256-eMxhi+zKf8rDBCKb8/OvDQApHUc2ymt0EkDsvdStED8=";
+ vendorHash = "sha256-ftO+jt3MurZ4erNUmFlMEuVskVIbpRbpIWb7gZVr3jk=";
20
21
ldflags = [
22
"-s"
0 commit comments