dsdcc: 1.9.4 -> 1.9.5

This commit is contained in:
R. Ryantm 2023-12-05 06:42:26 +00:00
parent 93cfe804d4
commit 0d84d18780

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "dsdcc";
version = "1.9.4";
version = "1.9.5";
src = fetchFromGitHub {
owner = "f4exb";
repo = "dsdcc";
rev = "v${version}";
sha256 = "sha256-EsjmU0LQOXnOoTFrnn63hAbvqbE6NVlSQTngot5Zuf4=";
sha256 = "sha256-DMCk29O2Lmt2tjo6j5e4ZdZeDL3ZFUh66Sm6TGrIaeU=";
};
nativeBuildInputs = [ cmake pkg-config ];