about summary refs log tree commit diff
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2019-01-20 08:48:02 +0100
committerElis Hirwing <elis@hirwing.se>2019-01-20 08:48:02 +0100
commit409b540d6be990760b758c3727ed1ca6b7ac5031 (patch)
tree75347661efe6d8d6f308dd3b48612671b79c4bf9
parent72d6aaede64eab585cfe9af7cd8f053b7f8e3456 (diff)
downloadnixlib-409b540d6be990760b758c3727ed1ca6b7ac5031.tar
nixlib-409b540d6be990760b758c3727ed1ca6b7ac5031.tar.gz
nixlib-409b540d6be990760b758c3727ed1ca6b7ac5031.tar.bz2
nixlib-409b540d6be990760b758c3727ed1ca6b7ac5031.tar.lz
nixlib-409b540d6be990760b758c3727ed1ca6b7ac5031.tar.xz
nixlib-409b540d6be990760b758c3727ed1ca6b7ac5031.tar.zst
nixlib-409b540d6be990760b758c3727ed1ca6b7ac5031.zip
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.
-rw-r--r--pkgs/games/linux-steam-integration/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/games/linux-steam-integration/default.nix b/pkgs/games/linux-steam-integration/default.nix
index 29029880253f..edc73eeac922 100644
--- a/pkgs/games/linux-steam-integration/default.nix
+++ b/pkgs/games/linux-steam-integration/default.nix
@@ -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" ];