dq: 20240101 -> 20241027

This commit is contained in:
R. Ryantm
2024-10-28 01:44:47 +00:00
parent 3e32c07b1b
commit 09db804060
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "dq";
version = "20240101";
version = "20241027";
src = fetchFromGitHub {
owner = "janmojzis";
repo = "dq";
rev = "refs/tags/${version}";
hash = "sha256-dN2QpQU2jRkSVzaYh2MKbJvx0J1XACHHjsM/ePvZAp8=";
hash = "sha256-aXNj2JsSCxp3+zTF2/7SAffrzwQH+3NCppxpnPCLT4o=";
};
nativeBuildInputs = [ installShellFiles ];