logstalgia: 1.1.1 -> 1.1.2

This commit is contained in:
Pascal Wittmann 2018-06-16 17:19:49 +02:00
parent 7a3c052e97
commit 4e52780f9d
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "logstalgia-${version}";
version = "1.1.1";
version = "1.1.2";
src = fetchurl {
url = "https://github.com/acaudwell/Logstalgia/releases/download/${name}/${name}.tar.gz";
sha256 = "0nvnk8q9m2ignzwxak0vch88blywbx4znk70xf9fg38xa4rf94yn";
sha256 = "1agwjlwzp1c86hqb1p7rmzqzhd3wpnyh8whsfq4sbx01wj0l0gzd";
};
nativeBuildInputs = [ pkgconfig ];