q: migrate to by-name (#428368)

This commit is contained in:
Aleksana
2025-07-26 00:34:12 +08:00
committed by GitHub
2 changed files with 2 additions and 4 deletions
@@ -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=";
-2
View File
@@ -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 { };