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

Configure Feed

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

dsdcc: 1.9.3 -> 1.9.4

+2 -2
+2 -2
pkgs/development/libraries/dsdcc/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "dsdcc"; 7 - version = "1.9.3"; 7 + version = "1.9.4"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "f4exb"; 11 11 repo = "dsdcc"; 12 12 rev = "v${version}"; 13 - sha256 = "sha256-8lO2c4fkQCaVO8IM05+Rdpo6oMxoEIObBm0y08i+/0k="; 13 + sha256 = "sha256-EsjmU0LQOXnOoTFrnn63hAbvqbE6NVlSQTngot5Zuf4="; 14 14 }; 15 15 16 16 nativeBuildInputs = [ cmake pkg-config ];