Skip to content

Instantly share code, notes, and snippets.

@MagnificentPako
Created March 19, 2018 19:20
Show Gist options
  • Save MagnificentPako/71b6efa3d6b8342dd0ce396d66d019b7 to your computer and use it in GitHub Desktop.
Save MagnificentPako/71b6efa3d6b8342dd0ce396d66d019b7 to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
stenv.mkDerivation rec {
name = "lutris-0.4.14";
src = fetchurl {
url = "http://lutris.net/releases/lutris_0.4.14.tar.xz";
sha256 = "379df37d2cca46e7678c4a3f26b5033007bc5be10f861e684cd04f45175d8039";
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment