Merge pull request #161551 from r-ryantm/auto-update/geonkick

geonkick: 2.8.1 -> 2.9.0
This commit is contained in:
Ryan Mulligan 2022-02-23 14:56:47 -08:00 committed by GitHub
commit 71f4a06ce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "geonkick";
version = "2.8.1";
version = "2.9.0";
src = fetchFromGitLab {
owner = "iurie-sw";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wSlZ9pVVqlrPSz20pRdcRLq6pTcibxD7326l9WY7ZDY=";
sha256 = "sha256-/BDK1PyRw4xOt+rzC9yX29aRQb1aDnDBIenSz+859OY=";
};
nativeBuildInputs = [ cmake pkg-config ];