Merge pull request #37321 from ryantm/auto-update/pommed-light
pommed_light: 1.50lw -> 1.51lw
This commit is contained in:
commit
424d148ea6
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pkgname = "pommed-light";
|
pkgname = "pommed-light";
|
||||||
version = "1.50lw";
|
version = "1.51lw";
|
||||||
name = "${pkgname}-${version}";
|
name = "${pkgname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/bytbox/${pkgname}/archive/v${version}.tar.gz";
|
url = "https://github.com/bytbox/${pkgname}/archive/v${version}.tar.gz";
|
||||||
|
|
||||||
sha256 = "1r2f28zqmyvzgymd0ng53hscbrq8vcqhxdnkq5dppjf9yrzn018b";
|
sha256 = "11wi17bh2br1hp8gmq40b1hm5drm6h969505f7432zam3cm8mc8q";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
|||||||
and the like.
|
and the like.
|
||||||
'';
|
'';
|
||||||
homepage = https://github.com/bytbox/pommed-light;
|
homepage = https://github.com/bytbox/pommed-light;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user