forked from rarias/jungle
pocl: v7.0 -> v7.1
This commit is contained in:
parent
485db313ea
commit
3bbf6a3d6e
@ -46,13 +46,12 @@
|
|||||||
let
|
let
|
||||||
|
|
||||||
release = rec {
|
release = rec {
|
||||||
version = "7.0";
|
version = "7.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pocl";
|
owner = "pocl";
|
||||||
repo = "pocl";
|
repo = "pocl";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-pyolM0SR6xiwhad7K0mX9I/PKbIa8Ltin0CYoA1U/qo=";
|
hash = "sha256-bS6vTIjLO7YLs7qYLKW0cYYbEJ/hRS/+IjjAKbkj8ac=";
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user