srain: 1.5.1 -> 1.6.0

This commit is contained in:
rewine 2024-02-27 13:25:40 +08:00
parent 51c9129bcf
commit d76e0a5e16

View file

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