dsdcc: 1.9.5 -> 1.9.6

This commit is contained in:
R. Ryantm
2025-09-20 16:45:26 +00:00
parent f2e6aba382
commit 8442767ab0

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "dsdcc"; pname = "dsdcc";
version = "1.9.5"; version = "1.9.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "f4exb"; owner = "f4exb";
repo = "dsdcc"; repo = "dsdcc";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-DMCk29O2Lmt2tjo6j5e4ZdZeDL3ZFUh66Sm6TGrIaeU="; hash = "sha256-4wSf4pOEheuhW4ReEDo5i3poiHMC0wgSUk2lXBYWjOs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [