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

Configure Feed

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

nuraft: 1.2.0 -> 1.3.0

authored by

R. RyanTM and committed by
Jonathan Ringer
643f3985 ee9d04fa

+2 -2
+2 -2
pkgs/development/libraries/nuraft/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "nuraft"; 5 - version = "1.2.0"; 5 + version = "1.3.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "eBay"; 9 9 repo = "NuRaft"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-1k+AWmpAiHcQVEB5kUaMtNWhOnTBnmJiNU8zL1J/PEk="; 11 + sha256 = "sha256-Fyy9B5CXyMcDSOdqaeJ4ejo1svM90ESXuNL0rzsTZpE="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];