dt: 1.2.5 -> 1.3.1

This commit is contained in:
Gabriel Arazas 2023-11-04 22:22:25 +08:00
parent 85f1ba3e51
commit 28c2e442b9
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dt";
version = "1.2.5";
version = "1.3.1";
src = fetchFromGitHub {
owner = "so-dang-cool";
repo = "dt";
rev = "v${finalAttrs.version}";
hash = "sha256-i8oMrsPcINVK5kXzrN+lcPqBfxIeed8W+NF7Qd0crrk=";
hash = "sha256-qHfvHf4T0wWnzqp5FfLg7n7te24xc2aMEdTK3Iia8Q0=";
};
nativeBuildInputs = [ zig_0_11.hook ];