aws: 1.75 > 2019.06.18

This commit is contained in:
derchris 2019-10-03 18:09:37 +02:00 committed by tomberek
parent f4eddc2fad
commit ebe2a8b77f

View file

@ -1,11 +1,11 @@
{ lib, stdenv, fetchurl, perl, curl }:
stdenv.mkDerivation {
name = "aws-1.75";
name = "aws-2019.06.18";
src = fetchurl {
url = "https://raw.github.com/timkay/aws/2f2ff99f9f5111ea708ae6cd14d20e264748e72b/aws";
sha256 = "0d5asv73a58yb1bb1jpsw3c7asd62y86z5fwpg4llhjzkx79maj6";
url = "https://raw.github.com/timkay/aws/ac68eb5191c52f069b9aa0c9a99808f8a4430833/aws";
sha256 = "02bym9wicqpdr7mdim13zw5ssh97xfswzab9q29rsbg7058ddbil";
};
buildInputs = [ perl ];