Merge pull request #265466 from foo-dogsquared/update-dt
dt: 1.2.5 -> 1.3.1
This commit is contained in:
commit
edb9770975
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "dt";
|
pname = "dt";
|
||||||
version = "1.2.5";
|
version = "1.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "so-dang-cool";
|
owner = "so-dang-cool";
|
||||||
repo = "dt";
|
repo = "dt";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-i8oMrsPcINVK5kXzrN+lcPqBfxIeed8W+NF7Qd0crrk=";
|
hash = "sha256-qHfvHf4T0wWnzqp5FfLg7n7te24xc2aMEdTK3Iia8Q0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ zig_0_11.hook ];
|
nativeBuildInputs = [ zig_0_11.hook ];
|
||||||
|
Loading…
Reference in New Issue
Block a user