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
co-authored by Heinz Deinhart
parent 88d41f0ba2
commit 045060389f
+2 -2
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 ];