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 {
|
||||
pname = "xsos";
|
||||
version = "0.7.19";
|
||||
version = "0.7.33";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ryran";
|
||||
repo = "xsos";
|
||||
rev = "v${version}";
|
||||
sha256 = "11cc8z3pz4gl0mwl2fc701mn4cgx50fybygx0rvs9bhvb0jnphay";
|
||||
sha256 = "sha256-VEOY422/+4veMlN9HOtPB/THDiFLNnRfbUJpKjc/cqE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper installShellFiles ];
|
||||
|
|
Loading…
Reference in a new issue