Merge pull request #210860 from r-ryantm/auto-update/xlogo

xlogo: 1.0.5 -> 1.0.6
This commit is contained in:
Arnout Engelen 2023-01-15 14:20:59 +01:00 committed by GitHub
commit a2716b1423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
stdenv.mkDerivation rec {
pname = "xlogo";
version = "1.0.5";
version = "1.0.6";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "app";
repo = "xlogo";
rev = "refs/tags/xlogo-${version}";
hash = "sha256-AyNFzRZtbCKkGacBCaGZZkLRTAGq5TrA2OXGqwoKq24=";
hash = "sha256-S7Z2nGQt07YBHlbA1u/+rvDwtzT381e90jieoiun+E8=";
};
nativeBuildInputs = [ xorg-autoconf autoreconfHook pkg-config ];