1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

xsos: 0.7.19 -> 0.7.33

This commit is contained in:
R. Ryantm 2024-08-20 16:35:51 +00:00
parent 625941e1a9
commit 687524806b

View file

@ -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 ];