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 8f3b38d commit a3ddc87Copy full SHA for a3ddc87
pkgs/by-name/fi/files-cli/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "files-cli";
10
- version = "2.13.80";
+ version = "2.13.85";
11
12
src = fetchFromGitHub {
13
repo = "files-cli";
14
owner = "files-com";
15
rev = "v${version}";
16
- hash = "sha256-uwWdmDCmFyArvzVFTOfdBqHglsap/wvyOjRq9KLFyOE=";
+ hash = "sha256-rsEromVixVLtBLvhLWQ5ykjHq3/FScPSpuL9FqIOjZ8=";
17
};
18
19
- vendorHash = "sha256-VCsNI6MnraE9orrHCAVRZg3uYxhicuyBT3+Jp5q8DDc=";
+ vendorHash = "sha256-pobAFcmFsE340+Jboqnd88L3UHEquZ63eWwSXzgOWyc=";
20
21
ldflags = [
22
"-s"
0 commit comments