sxmo-utils-latest: 2023-09-22 -> 2023-10-05

This commit is contained in:
Colin 2023-10-08 01:45:11 +00:00
parent cf553b1386
commit b6d2fbdf6d
1 changed files with 3 additions and 3 deletions

View File

@ -125,9 +125,9 @@ in {
patches = patches.merged ++ patches.unmerged;
};
latest = callPackage ./common.nix {
version = "unstable-2023-09-22";
rev = "7a7188bddcc8ac45eeea7748bc342b390b48f0f5";
hash = "sha256-E4L9pH7wivz51XScUERpYwk6b0gUsu+s0fPpKmje+8Y=";
version = "unstable-2023-10-05";
rev = "05fd5112d5f2b49051cbb2f0bbb25202363bf83e";
hash = "sha256-YmVe9P0w2KSqj6G/az499r7+z3Crfm3TbBIawjVKP1M=";
patches = patches.unmerged ++ patches.unmerged-tip-only;
};
}