1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

aws-checksums: 0.1.5 -> 0.1.7

This commit is contained in:
R. RyanTM 2020-06-06 01:36:04 +00:00 committed by Jon
parent ee4bfb02d2
commit 3ee1dcce2c

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "aws-checksums";
version = "0.1.5";
version = "0.1.7";
src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
sha256 = "018fnpn0jc686jxp5wf8qxmjphk3z43l8n1mgcgaa9zw94i24jgk";
sha256 = "0am1hfzqir44zcx6y6c7jw74qvbsav8ppr9dahpdh3ac95cjf38a";
};
nativeBuildInputs = [ cmake ];