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

dsdcc: 1.9.5 -> 1.9.6

R. Ryantm 8442767a f2e6aba3

+2 -2
+2 -2
pkgs/by-name/ds/dsdcc/package.nix
··· 10 10 11 11 stdenv.mkDerivation (finalAttrs: { 12 12 pname = "dsdcc"; 13 - version = "1.9.5"; 13 + version = "1.9.6"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "f4exb"; 17 17 repo = "dsdcc"; 18 18 rev = "v${finalAttrs.version}"; 19 - hash = "sha256-DMCk29O2Lmt2tjo6j5e4ZdZeDL3ZFUh66Sm6TGrIaeU="; 19 + hash = "sha256-4wSf4pOEheuhW4ReEDo5i3poiHMC0wgSUk2lXBYWjOs="; 20 20 }; 21 21 22 22 nativeBuildInputs = [