Merge pull request #254481 from marsam/update-dt

dt: 1.2.3 -> 1.2.4
This commit is contained in:
Weijia Wang 2023-09-11 13:15:55 +02:00 committed by GitHub
commit bce7373adb
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.3";
version = "1.2.4";
src = fetchFromGitHub {
owner = "so-dang-cool";
repo = "dt";
rev = "v${finalAttrs.version}";
hash = "sha256-C6sG8iqXs64x2AWCxKGFPyoXC1Fn4p2eSLWwJAQ8CSc=";
hash = "sha256-u9MI6mrP+QXr3VDgmXW7GRkHKCiDoA9HlznTEGNsck4=";
};
nativeBuildInputs = [ zig_0_11.hook ];
@ -36,8 +36,10 @@ stdenv.mkDerivation (finalAttrs: {
In short, dt is intended to be generally useful, with zero pretense of
elegance.
'';
changelog = "https://github.com/so-dang-cool/dt/releases/tag/v${finalAttrs.version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ booniepepper ];
platforms = lib.platforms.unix;
mainProgram = "dt";
};
})