From b498e6835c3c5aba91fe7a2c12b4cab382357023 Mon Sep 17 00:00:00 2001 From: Svenum Date: Sun, 24 May 2026 18:19:41 +0200 Subject: [PATCH] update to 1.1.20rc2 --- README.md | 1 + packages/solaar/default.nix | 36 ++++++++++++++++++++---------------- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 7afa888..c253b76 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ See also the [FlakeHub](https://flakehub.com/flake/Svenum/Solaar-Flake) release. |Flake version|Solaar version| |-|-| +|[0.1.8-rc.1](https://github.com/Svenum/Solaar-Flake/releases/tag/0.1.8-rc.1)|[1.1.20rc2](https://github.com/pwr-Solaar/Solaar/releases/tag/1.1.20rc2)| |[0.1.7](https://github.com/Svenum/Solaar-Flake/releases/tag/0.1.7)|[1.1.19](https://github.com/pwr-Solaar/Solaar/releases/tag/1.1.19)| |[0.1.7-rc.1](https://github.com/Svenum/Solaar-Flake/releases/tag/0.1.7-rc.1)|[1.1.19rc1](https://github.com/pwr-Solaar/Solaar/releases/tag/1.1.19rc1)| |[0.1.6](https://github.com/Svenum/Solaar-Flake/releases/tag/0.1.6)|[1.1.18](https://github.com/pwr-Solaar/Solaar/releases/tag/1.1.18)| diff --git a/packages/solaar/default.nix b/packages/solaar/default.nix index f861df7..f8da52f 100644 --- a/packages/solaar/default.nix +++ b/packages/solaar/default.nix @@ -1,27 +1,31 @@ -{ stdenv -, lib -, fetchurl -, python3Packages +{ -, gobject-introspection -, gtk3 -, wrapGAppsHook3 -, gdk-pixbuf -, libappindicator -, librsvg -, libnotify + lib, + fetchurl, + python3Packages, + + gobject-introspection, + gtk3, + wrapGAppsHook3, + gdk-pixbuf, + libappindicator, + librsvg, + libnotify, }: -python3Packages.buildPythonApplication rec{ +python3Packages.buildPythonApplication rec { pname = "solaar-flake"; - version = "1.1.19"; + version = "1.1.20rc2"; src = fetchurl { - url = "https://github.com/pwr-Solaar/Solaar/archive/refs/tags/${version}.tar.gz"; - hash = "sha256-k5KnW/6frxTx6eXBopv++dXYVSUpyHC90CaRX5ZSMPI="; + url = "https://github.com/pwr-Solaar/Solaar/archive/refs/tags/${version}.tar.gz"; + hash = "sha256-zGDBWECho0/XcYzOc8Cr+ApPHm4l7mh7oRhW9L9yzSM="; }; - outputs = [ "out" "udev" ]; + outputs = [ + "out" + "udev" + ]; nativeBuildInputs = [ gdk-pixbuf