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

geonkick: 2.8.0 -> 2.8.1
This commit is contained in:
Bobby Rong 2022-02-15 19:54:30 +08:00 committed by GitHub
commit bc0b9cdd77
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.0";
version = "2.8.1";
src = fetchFromGitLab {
owner = "iurie-sw";
repo = pname;
rev = "v${version}";
sha256 = "0dpwdjyy6phhr1jm1cabj2gc3rfsdan513mijbgnpzkq9w9jfb60";
sha256 = "sha256-wSlZ9pVVqlrPSz20pRdcRLq6pTcibxD7326l9WY7ZDY=";
};
nativeBuildInputs = [ cmake pkg-config ];