Merge pull request #265466 from foo-dogsquared/update-dt

dt: 1.2.5 -> 1.3.1
This commit is contained in:
Benjamin Hipple 2023-11-04 12:00:53 -04:00 committed by GitHub
commit edb9770975
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];