gtkcord4 0.0.12 -> 0.0.15-1 https://github.com/diamondburned/gtkcord4/releases attrpath: gtkcord4 Checking auto update branch... No auto update branch exists Old version 0.0.12" not present in master derivation file with contents: { buildGoModule , cairo , fetchFromGitHub , gdk-pixbuf , glib , gobject-introspection , graphene , gst_all_1 , gtk4 , lib , libadwaita , libcanberra-gtk3 , pango , pkg-config , sound-theme-freedesktop , wrapGAppsHook4 }: buildGoModule rec { pname = "gtkcord4"; version = "0.0.16-1"; src = fetchFromGitHub { owner = "diamondburned"; repo = pname; rev = "v${version}"; hash = "sha256-GDQ11X202RIoJUZ2eJ9ukHalhXtKYn9C8lcvAzzaB+4="; }; nativeBuildInputs = [ gobject-introspection pkg-config wrapGAppsHook4 ]; buildInputs = [ cairo gdk-pixbuf glib graphene gtk4 pango # Optional according to upstream but required for sound and video gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gst_all_1.gst-plugins-ugly gst_all_1.gstreamer libcanberra-gtk3 sound-theme-freedesktop libadwaita ]; postInstall = '' install -D -m 444 -t $out/share/applications nix/so.libdb.gtkcord4.desktop install -D -m 444 internal/icons/hicolor/scalable/apps/logo.svg $out/share/icons/hicolor/scalable/apps/gtkcord4.svg ''; vendorHash = "sha256-ZQBYi5t6ntukoHP2FtwpZrpFd7b2opPC8tOSU9j3jUM="; meta = with lib; { description = "GTK4 Discord client in Go, attempt #4"; homepage = "https://github.com/diamondburned/gtkcord4"; license = licenses.gpl3Only; mainProgram = "gtkcord4"; maintainers = with maintainers; [ hmenke urandom aleksana ]; }; }