Unverified Commit c596f93c authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

q: migrate to by-name (#428368)

parents 2547e1c8 6c104734
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@ buildGoModule rec {
  src = fetchFromGitHub {
    owner = "natesales";
    repo = "q";
    rev = "v${version}";
    sha256 = "sha256-Chvh+L1RV/T/blFjGS2wiJynXxbWE6eKbu4TRTFTb3o=";
    tag = "v${version}";
    hash = "sha256-Chvh+L1RV/T/blFjGS2wiJynXxbWE6eKbu4TRTFTb3o=";
  };

  vendorHash = "sha256-7OknLdkJB3ujX/DL+DVdWFK5RcoEw5R9h/KY4OfKeCw=";
+0 −2
Original line number Diff line number Diff line
@@ -1129,8 +1129,6 @@ with pkgs;

  py7zr = with python3Packages; toPythonApplication py7zr;

  q = callPackage ../tools/networking/q { };

  qFlipper = libsForQt5.callPackage ../tools/misc/qflipper { };

  ronin = callPackage ../tools/security/ronin { };