Merge pull request #167631 from r-ryantm/auto-update/xjadeo

xjadeo: 0.8.10 -> 0.8.11
This commit is contained in:
Ryan Mulligan 2022-04-15 17:34:16 -07:00 committed by GitHub
commit c1514855f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xjadeo"; pname = "xjadeo";
version = "0.8.10"; version = "0.8.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "x42"; owner = "x42";
repo = "xjadeo"; repo = "xjadeo";
rev = "v${version}"; rev = "v${version}";
sha256 = "0dma4cjgbrpy16x63zvfr0xss4lryl0zw7nvixvhq2f6z8day1ds"; sha256 = "sha256-S8eIkmfjwpcILZc+by0Mk4VPRUlbJT0GBe8NlJ1F9EI=";
}; };
nativeBuildInputs = [ autoreconfHook pkg-config ]; nativeBuildInputs = [ autoreconfHook pkg-config ];