Merge pull request #291742 from wineee/srain

srain: 1.5.1 -> 1.6.0
This commit is contained in:
Guillaume Girol 2024-03-03 15:52:06 +01:00 committed by GitHub
commit 9e2881c2d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@
, libconfig
, libsoup
, libsecret
, libayatana-appindicator
, openssl
, gettext
, glib
@ -20,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "srain";
version = "1.5.1";
version = "1.6.0";
src = fetchFromGitHub {
owner = "SrainApp";
repo = "srain";
rev = version;
sha256 = "sha256-PiLjlsYmgxXpvcqDkwS/6WmTEimMH8+OndUG2Hehdm0=";
hash = "sha256-IGAb24aDeBXyxuyb/EWUetQZJg28GJLT0WK7ZmmHgyg=";
};
nativeBuildInputs = [
@ -47,6 +48,7 @@ stdenv.mkDerivation rec {
libconfig
libsoup
libsecret
libayatana-appindicator
openssl
];