commit
7074b00ce2
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, gtk3
|
, gtk3
|
||||||
, libconfig
|
, libconfig
|
||||||
, libsoup
|
, libsoup_3
|
||||||
, libsecret
|
, libsecret
|
||||||
, libayatana-appindicator
|
, libayatana-appindicator
|
||||||
, openssl
|
, openssl
|
||||||
|
@ -21,13 +21,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "srain";
|
pname = "srain";
|
||||||
version = "1.6.0";
|
version = "1.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SrainApp";
|
owner = "SrainApp";
|
||||||
repo = "srain";
|
repo = "srain";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-IGAb24aDeBXyxuyb/EWUetQZJg28GJLT0WK7ZmmHgyg=";
|
hash = "sha256-mhnlHnF23+VZvSPNuTYYUVcA6Md4y2AGqEuJphY1/IY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||||
glib-networking
|
glib-networking
|
||||||
dbus-glib
|
dbus-glib
|
||||||
libconfig
|
libconfig
|
||||||
libsoup
|
libsoup_3
|
||||||
libsecret
|
libsecret
|
||||||
libayatana-appindicator
|
libayatana-appindicator
|
||||||
openssl
|
openssl
|
||||||
|
|
Loading…
Reference in a new issue