lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

aws-c-compression: 0.2.17 -> 0.2.18

+2 -2
+2 -2
pkgs/development/libraries/aws-c-compression/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "aws-c-compression"; 10 - version = "0.2.17"; 10 + version = "0.2.18"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "awslabs"; 14 14 repo = "aws-c-compression"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-XtmSThfz4Cu7CygYrLNQifDCQ6l/c/0OR0lX+OxCYJM="; 16 + sha256 = "sha256-Cf3MvoRWGAy+vlE59JSpTGOBl07dI4mbIaL1HIiLN/I="; 17 17 }; 18 18 19 19 nativeBuildInputs = [