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