Unverified Commit fa35b668 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

dq: 20240101 -> 20241027 (#351792)

parents 4a359c80 2bad2a7a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];
+0 −2
Original line number Diff line number Diff line
@@ -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 { };