We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 42b8090 commit 5c2c7d9Copy full SHA for 5c2c7d9
pkgs/development/libraries/aws-checksums/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "aws-checksums";
5
- version = "0.1.5";
+ version = "0.1.3";
6
7
src = fetchFromGitHub {
8
owner = "awslabs";
9
repo = pname;
10
rev = "v${version}";
11
- sha256 = "018fnpn0jc686jxp5wf8qxmjphk3z43l8n1mgcgaa9zw94i24jgk";
+ sha256 = "1s6zwf97rkkvnf3p7vlaykwa4pxpvj78pmxvvjf5jk29f93b49xp";
12
};
13
14
nativeBuildInputs = [ cmake ];
0 commit comments