Skip to content

Commit 5c2c7d9

Browse files
authoredJan 26, 2020
Revert "aws-checksums: 0.1.3 -> 0.1.5"
1 parent 42b8090 commit 5c2c7d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/aws-checksums/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "aws-checksums";
5-
version = "0.1.5";
5+
version = "0.1.3";
66

77
src = fetchFromGitHub {
88
owner = "awslabs";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "018fnpn0jc686jxp5wf8qxmjphk3z43l8n1mgcgaa9zw94i24jgk";
11+
sha256 = "1s6zwf97rkkvnf3p7vlaykwa4pxpvj78pmxvvjf5jk29f93b49xp";
1212
};
1313

1414
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)
Please sign in to comment.