Merge pull request #278052 from r-ryantm/auto-update/dq

dq: 20230101 -> 20240101
This commit is contained in:
Nikolay Korotkiy 2024-01-01 17:17:38 +04:00 committed by GitHub
commit 2239efa9ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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