1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

Merge pull request #230272 from r-ryantm/auto-update/dsdcc

dsdcc: 1.9.3 -> 1.9.4
This commit is contained in:
Weijia Wang 2023-05-06 12:53:47 +03:00 committed by GitHub
commit ac4a45fc4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "dsdcc";
version = "1.9.3";
version = "1.9.4";
src = fetchFromGitHub {
owner = "f4exb";
repo = "dsdcc";
rev = "v${version}";
sha256 = "sha256-8lO2c4fkQCaVO8IM05+Rdpo6oMxoEIObBm0y08i+/0k=";
sha256 = "sha256-EsjmU0LQOXnOoTFrnn63hAbvqbE6NVlSQTngot5Zuf4=";
};
nativeBuildInputs = [ cmake pkg-config ];