nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

ada: 3.2.5 -> 3.2.6 (#426685)

authored by

Nick Cao and committed by
GitHub
0718d8dc 2f5c9813

+2 -2
+2 -2
pkgs/by-name/ad/ada/package.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "ada"; 10 - version = "3.2.5"; 10 + version = "3.2.6"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "ada-url"; 14 14 repo = "ada"; 15 15 tag = "v${version}"; 16 - hash = "sha256-gXeQYNuhrlCEvvDQtQ07+nE/9gGzzEYPnEKMxWryLRI="; 16 + hash = "sha256-h5/D/Msp5Zg58YFQ/viQVYlMQSXQTWU2YHkSPvtQwyA="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ cmake ];