treewide: remove unneeded string interpolation (#396740)

This commit is contained in:
Gaétan Lepage
2025-04-07 08:18:37 +02:00
committed by GitHub
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "coin-or";
repo = "CppAD";
tag = "${finalAttrs.version}";
tag = finalAttrs.version;
hash = "sha256-rAKD/PAjepDchvrJp7iLYw5doNq8Af1oVh61gfMcNYI=";
};
@@ -12,7 +12,7 @@ buildGoModule (finalAttrs: {
src = fetchFromGitHub {
owner = "tess1o";
repo = "go-ecoflow-exporter";
tag = "${finalAttrs.version}";
tag = finalAttrs.version;
hash = "sha256-VCzMItYgnuDXDYdrk/ojzqUE2Fjr7KWGNnLhoQ+ZPYs=";
};
+1 -1
View File
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "owntone";
repo = "owntone-server";
tag = "${finalAttrs.version}";
tag = finalAttrs.version;
hash = "sha256-Mj3G1+Hwa/zl0AM4SO6TcB4W3WJkpIDzrSPEFx0vaEk=";
};
+1 -1
View File
@@ -42,7 +42,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
src = fetchFromGitHub {
owner = "rustdesk";
repo = "rustdesk";
tag = "${finalAttrs.version}";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-m1bFljZL8vNaugepVs8u1EWNpDLtxgSSZqKGQmgrmsA=";
};
+1 -1
View File
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitLab {
owner = "free-astro";
repo = "siril";
tag = "${finalAttrs.version}";
tag = finalAttrs.version;
hash = "sha256-pSJp4Oj8x4pKuwPSaSyGbyGfpnanoWBxAdXtzGTP7uA=";
};
@@ -11,7 +11,7 @@ php.buildComposerProject2 (finalAttrs: {
src = fetchFromGitHub {
owner = "PHPCSStandards";
repo = "PHP_CodeSniffer";
tag = "${finalAttrs.version}";
tag = finalAttrs.version;
hash = "sha256-wlI/ylBeSkeg96sDwvDV9EedSLILFqsl96yWIOFtDQo=";
};
+1 -1
View File
@@ -46,7 +46,7 @@ postgresqlBuildExtension (finalAttrs: {
src = fetchFromGitHub {
owner = "postgis";
repo = "postgis";
tag = "${finalAttrs.version}";
tag = finalAttrs.version;
hash = "sha256-1kOLtG6AMavbWQ1lHG2ABuvIcyTYhgcbjuVmqMR4X+g=";
};