pkgs/tools: replace "${version}" with version

This commit is contained in:
figsoda 2023-07-02 14:52:23 -04:00
parent 505c1de513
commit 707ad3dfe4
5 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "Jeija";
repo = "gtkterm";
rev = "${version}";
rev = version;
sha256 = "sha256-4Z+8fs4VEk2+Ci1X3oUuInylTdIbQ5AiPenFqnyNXvc=";
};

View file

@ -7,7 +7,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "flosell";
repo = pname;
rev = "${version}";
rev = version;
sha256 = "sha256-ovmWZpeHt1L8zNzG7+2BohteSjpYADMivi+AP0Vm8/E=";
};

View file

@ -7,7 +7,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "araujobsd";
repo = "ifwifi";
rev = "${version}";
rev = version;
sha256 = "sha256-DPMCwyKqGJrav0wASBky9bS1bvJ3xaGsDzsk1bKaH1U=";
};

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "gjedeer";
repo = pname;
rev = "${version}";
rev = version;
sha256 = "sha256-c/0OxUH8iw8nRuVg4Fszf6Z/JiEV+m0B2ofzy81uFu8=";
};

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "alex-courtis";
repo = "way-displays";
rev = "${version}";
rev = version;
sha256 = "sha256-rR181sxaddtn3yFtF1exSGPBU0Yp3VBRyucfuxyXI+Q=";
};