pocl: 7.0 -> 7.0-unstable-2025-09-30 (#448511)
This commit is contained in:
@@ -41,13 +41,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "pocl";
|
pname = "pocl";
|
||||||
version = "7.0";
|
version = "7.0-unstable-2025-09-30";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pocl";
|
owner = "pocl";
|
||||||
repo = "pocl";
|
repo = "pocl";
|
||||||
tag = "v${finalAttrs.version}";
|
rev = "f24d07da32bdd639538d3016cad2ab920cd16ce3";
|
||||||
hash = "sha256-pyolM0SR6xiwhad7K0mX9I/PKbIa8Ltin0CYoA1U/qo=";
|
hash = "sha256-D7sMZ2B7Ex840ZhM07nrdnlek0HhI5GkvUNA4k5hsPk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
|
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||||
|
|||||||
Reference in New Issue
Block a user