azure-storage-azcopy: fix source revision

This commit is contained in:
Mario Rodas 2020-07-28 04:20:00 -05:00
parent 09bf6190b6
commit 7cce068583
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -7,7 +7,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-storage-azcopy";
rev = version;
rev = "v${version}";
sha256 = "0bygbg1k6926ri3988wbz0b1vv6wamk799mn5nkjf0xa6gjfqqsr";
};