Merge pull request #95431 from r-ryantm/auto-update/kssd

kssd: 1.0 -> 1.1
This commit is contained in:
Ryan Mulligan 2020-08-14 12:22:04 -07:00 committed by GitHub
commit 87a5b277d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "kssd";
version = "1.0";
version = "1.1";
src = fetchurl {
url = "https://github.com/yhg926/public_${pname}/archive/v${version}.tar.gz";
sha256 = "a5dcaf520049a962bef625cb59a567ea2b4252d4dc9be28dd06123d340e03919";
sha256 = "1x3v31cxnww4w5zn15vy0bwk53llsa0f97ma6qbw89h152d2mx5x";
};
buildInputs = [ zlib automake autoconf libtool ];