mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
xsos: 0.7.19 -> 0.7.33
This commit is contained in:
parent
625941e1a9
commit
687524806b
|
@ -24,13 +24,13 @@ in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xsos";
|
pname = "xsos";
|
||||||
version = "0.7.19";
|
version = "0.7.33";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ryran";
|
owner = "ryran";
|
||||||
repo = "xsos";
|
repo = "xsos";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "11cc8z3pz4gl0mwl2fc701mn4cgx50fybygx0rvs9bhvb0jnphay";
|
sha256 = "sha256-VEOY422/+4veMlN9HOtPB/THDiFLNnRfbUJpKjc/cqE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper installShellFiles ];
|
nativeBuildInputs = [ makeWrapper installShellFiles ];
|
||||||
|
|
Loading…
Reference in a new issue