dq: 20240101 -> 20241027 (#351792)

This commit is contained in:
Nikolay Korotkiy
2024-11-01 22:22:36 +04:00
committed by GitHub
2 changed files with 2 additions and 4 deletions
@@ -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 ];
-2
View File
@@ -6948,8 +6948,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
dq = callPackage ../tools/networking/dq { };
dool = callPackage ../tools/system/dool { };
dosfstools = callPackage ../tools/filesystems/dosfstools { };