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

pommed_light: 1.50lw -> 1.51lw

authored by Pascal Wittmann and committed by GitHub 424d148e 344f27d6

+3 -3
+3 -3
pkgs/os-specific/linux/pommed-light/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pkgname = "pommed-light"; 15 - version = "1.50lw"; 15 + version = "1.51lw"; 16 16 name = "${pkgname}-${version}"; 17 17 18 18 src = fetchurl { 19 19 url = "https://github.com/bytbox/${pkgname}/archive/v${version}.tar.gz"; 20 20 21 - sha256 = "1r2f28zqmyvzgymd0ng53hscbrq8vcqhxdnkq5dppjf9yrzn018b"; 21 + sha256 = "11wi17bh2br1hp8gmq40b1hm5drm6h969505f7432zam3cm8mc8q"; 22 22 }; 23 23 24 24 postPatch = '' ··· 59 59 and the like. 60 60 ''; 61 61 homepage = https://github.com/bytbox/pommed-light; 62 - platforms = stdenv.lib.platforms.linux; 62 + platforms = [ "x86_64-linux" ]; 63 63 license = stdenv.lib.licenses.gpl2; 64 64 }; 65 65 }