3
0
Fork 0
forked from mirrors/nixpkgs

dq: 20230101 -> 20240101

This commit is contained in:
R. Ryantm 2024-01-01 12:25:59 +00:00
parent 3d54a95d71
commit 393a122993

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "dq";
version = "20230101";
version = "20240101";
src = fetchFromGitHub {
owner = "janmojzis";
repo = "dq";
rev = "refs/tags/${version}";
hash = "sha256-K96yOonOYSsz26Bf/vx9XtWs7xyY0Dpxdd55OMbQz8k=";
hash = "sha256-dN2QpQU2jRkSVzaYh2MKbJvx0J1XACHHjsM/ePvZAp8=";
};
nativeBuildInputs = [ installShellFiles ];