Merge pull request #112512 from r-ryantm/auto-update/metal
metal: 2.1.1 -> 2.1.2
This commit is contained in:
commit
4c3cc78df0
@ -1,13 +1,13 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, cmake }:
|
{ lib, stdenv, fetchFromGitHub, cmake }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "metal";
|
pname = "metal";
|
||||||
version = "2.1.1";
|
version = "2.1.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "brunocodutra";
|
owner = "brunocodutra";
|
||||||
repo = "metal";
|
repo = "metal";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "07n1aqyaixbd66l24km5ip3pkmidkx9m3saygf7cfp6vvbgmi42l";
|
sha256 = "sha256-1I+EZtIz/2y4+dJGBONhTlUQGHgRdvXc1ZAOC9pmStw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user