tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
aws-c-auth: 0.6.20 -> 0.6.21
R. Ryantm
3 years ago
55d8fccd
6ee0a023
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
aws-c-auth
default.nix
+2
-2
pkgs/development/libraries/aws-c-auth/default.nix
···
14
14
15
15
stdenv.mkDerivation rec {
16
16
pname = "aws-c-auth";
17
17
-
version = "0.6.20";
17
17
+
version = "0.6.21";
18
18
19
19
src = fetchFromGitHub {
20
20
owner = "awslabs";
21
21
repo = "aws-c-auth";
22
22
rev = "v${version}";
23
23
-
sha256 = "sha256-d6o+ClQMhoSU8wjdP0nr+g6r4ZqzXhxBJcEfTOSlS7o=";
23
23
+
sha256 = "sha256-RVwSSr0EgVnZt/uUAldWQdjBw6/L+CHUutWcinysvNw=";
24
24
};
25
25
26
26
nativeBuildInputs = [