labwc-tweaks-gtk: 0-unstable-2024-05-19 → 0-unstable-2024-05-22 (#314599)

Diff: https://github.com/labwc/labwc-tweaks-gtk/compare/6f251c525a89bbe3dc3fd1bc8cd7cad4950b348a...485961aaaaa3c0158b6b31efd6e504db3c58dc27
This commit is contained in:
José Romildo Malaquias
2024-05-28 11:34:56 +00:00
committed by GitHub
parent c300d64134
commit b7515b8670
+4 -4
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "labwc-tweaks-gtk";
version = "0-unstable-2024-05-19";
version = "0-unstable-2024-05-22";
src = fetchFromGitHub {
owner = "labwc";
repo = "labwc-tweaks-gtk";
rev = "6f251c525a89bbe3dc3fd1bc8cd7cad4950b348a";
hash = "sha256-MVnEJ3tk/TDCxAG8v5TDAZUIWmlUrP6Bq1VyeM5VkZ4=";
rev = "485961aaaaa3c0158b6b31efd6e504db3c58dc27";
hash = "sha256-+X/inkxVPN26AYMqtq3uvfGPlVVhxQpEtF1A9uYAmfY=";
};
nativeBuildInputs = [
@@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://github.com/labwc/labwc-tweaks-gtk";
description = "Configuration gui app for labwc; gtk fork";
mainProgram = "labwc-tweaks";
mainProgram = "labwc-tweaks-gtk";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ AndersonTorres romildo ];