Merge pull request #37321 from ryantm/auto-update/pommed-light

pommed_light: 1.50lw -> 1.51lw
This commit is contained in:
Pascal Wittmann 2018-06-14 11:04:27 +02:00 committed by GitHub
commit 424d148ea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pkgname = "pommed-light";
version = "1.50lw";
version = "1.51lw";
name = "${pkgname}-${version}";
src = fetchurl {
url = "https://github.com/bytbox/${pkgname}/archive/v${version}.tar.gz";
sha256 = "1r2f28zqmyvzgymd0ng53hscbrq8vcqhxdnkq5dppjf9yrzn018b";
sha256 = "11wi17bh2br1hp8gmq40b1hm5drm6h969505f7432zam3cm8mc8q";
};
postPatch = ''
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
and the like.
'';
homepage = https://github.com/bytbox/pommed-light;
platforms = stdenv.lib.platforms.linux;
platforms = [ "x86_64-linux" ];
license = stdenv.lib.licenses.gpl2;
};
}