Skip to content

Commit

Permalink
Revert "aws-checksums: 0.1.3 -> 0.1.5"
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Jan 26, 2020
1 parent 42b8090 commit 5c2c7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/aws-checksums/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "aws-checksums";
version = "0.1.5";
version = "0.1.3";

src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
sha256 = "018fnpn0jc686jxp5wf8qxmjphk3z43l8n1mgcgaa9zw94i24jgk";
sha256 = "1s6zwf97rkkvnf3p7vlaykwa4pxpvj78pmxvvjf5jk29f93b49xp";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 5c2c7d9

Please sign in to comment.