mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
pidgin-opensteamworks: 1.5.1 -> 1.6.1, fixes #9489
Also, changed source url to (new) official github repo
This commit is contained in:
parent
7bd6aac2d0
commit
4028f88786
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, pidgin, unzip, glib, json_glib, nss, nspr, libgnome_keyring } :
|
{ stdenv, fetchFromGitHub, pidgin, unzip, glib, json_glib, nss, nspr, libgnome_keyring } :
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pidgin-opensteamworks-1.5.1";
|
name = "pidgin-opensteamworks-${version}";
|
||||||
|
version = "1.6.1";
|
||||||
|
|
||||||
# Temporarily sourcing this from a mirror in my github account, until such time as the project is officially migrated away from the deprecated google code service
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Shados";
|
owner = "EionRobb";
|
||||||
repo = "pidgin-opensteamworks";
|
repo = "pidgin-opensteamworks";
|
||||||
rev = "4f0ea110a5bdba9d2b18ec8785b2edb276f0cccd";
|
rev = "${version}";
|
||||||
sha256 = "0gcrc1yaf29yjfhpflpn451i7isw8zc7maw77g604815myc5k025";
|
sha256 = "6ab27831e454ad3b440e4f06b52e0b3671a4f8417ba4da3ab6f56c56d82cc29b";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = "cd steam-mobile";
|
preConfigure = "cd steam-mobile";
|
||||||
|
Loading…
Reference in New Issue
Block a user