tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
azure-storage-azcopy: 10.15.0 -> 10.16.0
R. Ryantm
3 years ago
07d04d6f
bba87fc2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
azcopy
default.nix
+2
-2
pkgs/development/tools/azcopy/default.nix
···
2
3
buildGoModule rec {
4
pname = "azure-storage-azcopy";
5
-
version = "10.15.0";
6
7
src = fetchFromGitHub {
8
owner = "Azure";
9
repo = "azure-storage-azcopy";
10
rev = "v${version}";
11
-
sha256 = "sha256-iXMkvrBANuOIyyVyQ11YQ1DWRQf4JAtu+1Ou3aQrhlc=";
12
};
13
14
subPackages = [ "." ];
···
2
3
buildGoModule rec {
4
pname = "azure-storage-azcopy";
5
+
version = "10.16.0";
6
7
src = fetchFromGitHub {
8
owner = "Azure";
9
repo = "azure-storage-azcopy";
10
rev = "v${version}";
11
+
sha256 = "sha256-FLrYovepVOE1NUB46Kc8z/l5o6IMFbJyY3smxPyuIsI=";
12
};
13
14
subPackages = [ "." ];