3
0
Fork 0
forked from mirrors/nixpkgs

ddnet: 15.8.1 -> 15.9.1 (#160245)

Co-authored-by: Heinz Deinhart <heinz@nix.at>
This commit is contained in:
Heinz Deinhart 2022-02-16 12:52:39 +01:00 committed by GitHub
parent 88d41f0ba2
commit 045060389f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "ddnet";
version = "15.8.1";
version = "15.9.1";
src = fetchFromGitHub {
owner = "ddnet";
repo = pname;
rev = version;
sha256 = "sha256-ZxLaGAKBACR65CRCjt3NPSjMNm7GQkESxF6sLv3q4lQ=";
sha256 = "sha256-QGtXI4Dbua5LBXSvB17tnSTGEvCCoopvg1XKBuDIEoQ=";
};
nativeBuildInputs = [ cmake ninja pkg-config ];