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

Configure Feed

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

lyra: 1.6 -> 1.6.1

+2 -2
+2 -2
pkgs/development/libraries/lyra/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "lyra"; 5 - version = "1.6"; 5 + version = "1.6.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "bfgroup"; 9 9 repo = "lyra"; 10 10 rev = version; 11 - sha256 = "sha256-5k4b1JVrGDmT65tSWo6AkqvNpN+6n8wZgqEuXLL7stI="; 11 + sha256 = "sha256-tS2SPLiKaL8C35AmOXyJPstFUfynkE/A53rurqiySbI="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ meson ninja ];