mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
linux-steam-integration: 0.7.2 -> 0.7.3
Release notes: https://github.com/clearlinux/linux-steam-integration/releases/tag/v0.7.3 The same person (Ikey) who developed Linux Steam Integration have left the Solus project where it was developed and works on Clearlinux now instead, which seems to have picked up this project and made the first release for a really long time.
This commit is contained in:
parent
72d6aaede6
commit
409b540d6b
@ -2,16 +2,16 @@
|
||||
gcc_multi, libressl, gnome3, steam }:
|
||||
|
||||
let
|
||||
version = "0.7.2";
|
||||
version = "0.7.3";
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "linux-steam-integration-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "solus-project";
|
||||
owner = "clearlinux";
|
||||
repo = "linux-steam-integration";
|
||||
rev = "v${version}";
|
||||
sha256 = "0yn71fvjqi63dxk04jsndb26pgipl0nla10sy94bi7q95pk3sdf6";
|
||||
sha256 = "0brv3swx8h170ycxksb31sf5jvj85csfpx7gjlf6yrfz7jw2j6vp";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
@ -72,7 +72,7 @@ in stdenv.mkDerivation rec {
|
||||
various workarounds to get games working, and fixes long standing bugs in
|
||||
both games and the client
|
||||
'';
|
||||
homepage = https://github.com/solus-project/linux-steam-integration;
|
||||
homepage = https://github.com/clearlinux/linux-steam-integration;
|
||||
license = licenses.lgpl21;
|
||||
maintainers = [ maintainers.etu ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
Loading…
Reference in New Issue
Block a user