Skip to content

Commit

Permalink
pidgin-opensteamworks: 1.5.1 -> 1.6.1, fixes NixOS#9489
Browse files Browse the repository at this point in the history
Also, changed source url to (new) official github repo
  • Loading branch information
Shados authored and garbas committed Sep 3, 2015
1 parent 7bd6aac commit 4028f88
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, pidgin, unzip, glib, json_glib, nss, nspr, libgnome_keyring } :

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 {
owner = "Shados";
owner = "EionRobb";
repo = "pidgin-opensteamworks";
rev = "4f0ea110a5bdba9d2b18ec8785b2edb276f0cccd";
sha256 = "0gcrc1yaf29yjfhpflpn451i7isw8zc7maw77g604815myc5k025";
rev = "${version}";
sha256 = "6ab27831e454ad3b440e4f06b52e0b3671a4f8417ba4da3ab6f56c56d82cc29b";
};

preConfigure = "cd steam-mobile";
Expand Down

0 comments on commit 4028f88

Please sign in to comment.