pocl: 0.6.0 -> 6.0-unstable-2025-01-02

This fixes build with LLVM 19. The needed commit in question is https://github.com/pocl/pocl/commit/2ec5e820a9b5d58fb770cf9a3dc1795ca1a418d4 but it couldn't be applied automatically due to merge conflict. So let's move to unstable (latest commit as of now).

Additionally add johnrtitor as maintainer

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
John Titor
2025-01-04 00:49:32 +05:30
parent a3cc57a95f
commit f5ef950cfe
+4 -3
View File
@@ -36,13 +36,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "pocl";
version = "6.0";
version = "6.0-unstable-2025-01-02";
src = fetchFromGitHub {
owner = "pocl";
repo = "pocl";
rev = "v${finalAttrs.version}";
hash = "sha256-NHR9yrI6Odb/s/OBnEVifdcLEXvwqzAMZWpGViv2cJg=";
rev = "acf4ea163b7346d20b3023d41c1141f094acc755";
hash = "sha256-d/BD8YkdMYtu6yFlGNXrsz7PVIrzBvvYLU1JRv7ZJmc=";
};
cmakeFlags = [
@@ -85,6 +85,7 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
jansol
johnrtitor
xddxdd
];
platforms = lib.platforms.unix;