treewide: replace rev with tag in fetchFromGitHub

This commit is contained in:
mivorasu 2025-07-31 06:38:56 +00:00 committed by mivorasu
parent dcb31c3a1f
commit 7091e75f78
258 changed files with 258 additions and 258 deletions

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "joshkunz"; owner = "joshkunz";
repo = "ashuffle"; repo = "ashuffle";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-HQ4+vyTvX0mhfuRclbiC+MvllV3300ztAwL0IxrUiC8="; hash = "sha256-HQ4+vyTvX0mhfuRclbiC+MvllV3300ztAwL0IxrUiC8=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hercules-team"; owner = "hercules-team";
repo = "augeas"; repo = "augeas";
rev = "release-${version}"; tag = "release-${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-U5tm3LDUeI/idHtL2Zy33BigkyvHunXPjToDC59G9VE="; hash = "sha256-U5tm3LDUeI/idHtL2Zy33BigkyvHunXPjToDC59G9VE=";
}; };

View File

@ -51,7 +51,7 @@ stdenvNoCC.mkDerivation (
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AvaloniaUI"; owner = "AvaloniaUI";
repo = "Avalonia"; repo = "Avalonia";
rev = version; tag = version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-b7K8h2hqkLnXj3YIaRKUqlbWsDNhfWCEqH1W8K0lP6g="; hash = "sha256-b7K8h2hqkLnXj3YIaRKUqlbWsDNhfWCEqH1W8K0lP6g=";
}; };

View File

@ -13,7 +13,7 @@ mkYarnPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Beaglefoot"; owner = "Beaglefoot";
repo = "awk-language-server"; repo = "awk-language-server";
rev = "server-${version}"; tag = "server-${version}";
hash = "sha256-YtduDfMAUAoQY9tgyhgERFwx9TEgD52KdeHnX2MrjjI="; hash = "sha256-YtduDfMAUAoQY9tgyhgERFwx9TEgD52KdeHnX2MrjjI=";
sparseCheckout = [ "server" ]; sparseCheckout = [ "server" ];
postFetch = '' postFetch = ''

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sjaehn"; owner = "sjaehn";
repo = "bchoppr"; repo = "bchoppr";
rev = version; tag = version;
hash = "sha256-/aLoLUpWu66VKd9lwjli+FZZctblrZUPSEsdYH85HwQ="; hash = "sha256-/aLoLUpWu66VKd9lwjli+FZZctblrZUPSEsdYH85HwQ=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "BespokeSynth"; owner = "BespokeSynth";
repo = "bespokesynth"; repo = "bespokesynth";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-ad8wdLos3jM0gRMpcfRKeaiUxJsPGqWd/7XeDz87ToQ="; hash = "sha256-ad8wdLos3jM0gRMpcfRKeaiUxJsPGqWd/7XeDz87ToQ=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lczech"; owner = "lczech";
repo = "gappa"; repo = "gappa";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-WV8PO0v+e14tyjEm+xQGveQ0Pslgeh+osEMCqF8mue0="; hash = "sha256-WV8PO0v+e14tyjEm+xQGveQ0Pslgeh+osEMCqF8mue0=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "8051Enthusiast"; owner = "8051Enthusiast";
repo = "biodiff"; repo = "biodiff";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-ZLxjOV08sC5dKICvRUyL6FLMORkxwdLgNq7L45CDwa4="; hash = "sha256-ZLxjOV08sC5dKICvRUyL6FLMORkxwdLgNq7L45CDwa4=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "BitBoxSwiss"; owner = "BitBoxSwiss";
repo = "bitbox-wallet-app"; repo = "bitbox-wallet-app";
rev = "v${version}"; tag = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-zpkjYnGsmPKjxUpp2H1qSzqthOO1mTmki3bPqo35sBo="; hash = "sha256-zpkjYnGsmPKjxUpp2H1qSzqthOO1mTmki3bPqo35sBo=";
}; };

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "todbot"; owner = "todbot";
repo = "blink1-tool"; repo = "blink1-tool";
rev = "v${version}"; tag = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-xuCjPSQUQ/KOcdsie/ndecUiEt+t46m4eI33PXJoAAY="; hash = "sha256-xuCjPSQUQ/KOcdsie/ndecUiEt+t46m4eI33PXJoAAY=";
}; };

View File

@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "boa-dev"; owner = "boa-dev";
repo = "boa"; repo = "boa";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-foCIzzFoEpcE6i0QrSbiob3YHIOeTpjwpAMtcPGL8Vg="; hash = "sha256-foCIzzFoEpcE6i0QrSbiob3YHIOeTpjwpAMtcPGL8Vg=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -12,7 +12,7 @@ buildGoModule rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kubernetes-sigs"; owner = "kubernetes-sigs";
repo = "bom"; repo = "bom";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-nYzBaFtOJhqO0O6MJsxTw/mxsIOa+cnU27nOFRe2/uI="; hash = "sha256-nYzBaFtOJhqO0O6MJsxTw/mxsIOa+cnU27nOFRe2/uI=";
# populate values that require us to use git. By doing this in postFetch we # populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src. # can delete .git afterwards and maintain better reproducibility of the src.

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Brewtarget"; owner = "Brewtarget";
repo = "brewtarget"; repo = "brewtarget";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-VVdihVdNIAtPlugqGWDWvxMdOFGLnRmewPt6BgvbxBk="; hash = "sha256-VVdihVdNIAtPlugqGWDWvxMdOFGLnRmewPt6BgvbxBk=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rgriebl"; owner = "rgriebl";
repo = "brickstore"; repo = "brickstore";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-4sxPplZ1t8sSfwTCeeBtfU4U0gcE9FROt6dKvkfyO6Q="; hash = "sha256-4sxPplZ1t8sSfwTCeeBtfU4U0gcE9FROt6dKvkfyO6Q=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nilninull"; owner = "nilninull";
repo = "bs2b-lv2"; repo = "bs2b-lv2";
rev = "v${version}"; tag = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-dOcDPtiKN9Kfs2cdaeDO/GkWrh5tfJSHfiHPBtxJXvc="; hash = "sha256-dOcDPtiKN9Kfs2cdaeDO/GkWrh5tfJSHfiHPBtxJXvc=";
}; };

View File

@ -75,7 +75,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "BuddiesOfBudgie"; owner = "BuddiesOfBudgie";
repo = "budgie-control-center"; repo = "budgie-control-center";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-W5PF7BPdQdg/7xJ4J+fEnuDdpoG/lyhX56RDnX2DXoY="; hash = "sha256-W5PF7BPdQdg/7xJ4J+fEnuDdpoG/lyhX56RDnX2DXoY=";
}; };

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "BuddiesOfBudgie"; owner = "BuddiesOfBudgie";
repo = "budgie-desktop"; repo = "budgie-desktop";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-lDsQlUAa79gnM8wC5pwyquvFyEiayH4W4gD/uyC5Koo="; hash = "sha256-lDsQlUAa79gnM8wC5pwyquvFyEiayH4W4gD/uyC5Koo=";
}; };

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jorio"; owner = "jorio";
repo = "bugdom"; repo = "bugdom";
rev = version; tag = version;
hash = "sha256-0c7v5tSqYuqtLOFl4sqD7+naJNqX/wlKHVntkZQGJ8A="; hash = "sha256-0c7v5tSqYuqtLOFl4sqD7+naJNqX/wlKHVntkZQGJ8A=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "simsong"; owner = "simsong";
repo = "bulk_extractor"; repo = "bulk_extractor";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-Jj/amXESFBu/ZaiIRlDKmtWTBVQ2TEvOM2jBYP3y1L8="; hash = "sha256-Jj/amXESFBu/ZaiIRlDKmtWTBVQ2TEvOM2jBYP3y1L8=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -70,7 +70,7 @@ lib.checkListOfEnum "${pname}: theme accent" validAccents accents lib.checkListO
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "catppuccin"; owner = "catppuccin";
repo = "gtk"; repo = "gtk";
rev = "v${version}"; tag = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-q5/VcFsm3vNEw55zq/vcM11eo456SYE5TQA3g2VQjGc="; hash = "sha256-q5/VcFsm3vNEw55zq/vcM11eo456SYE5TQA3g2VQjGc=";
}; };

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jatinchowdhury18"; owner = "jatinchowdhury18";
repo = "KlonCentaur"; repo = "KlonCentaur";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-kDDom6q0Tgni0/L+FgBVZC1/sL9W9fRP60U4o4ijP1c="; hash = "sha256-kDDom6q0Tgni0/L+FgBVZC1/sL9W9fRP60U4o4ijP1c=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Chowdhury-DSP"; owner = "Chowdhury-DSP";
repo = "ChowKick"; repo = "ChowKick";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-YYcNiJGGw21aVY03tyQLu3wHCJhxYiDNJZ+LWNbQdj4="; hash = "sha256-YYcNiJGGw21aVY03tyQLu3wHCJhxYiDNJZ+LWNbQdj4=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jatinchowdhury18"; owner = "jatinchowdhury18";
repo = "ChowPhaser"; repo = "ChowPhaser";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-9wo7ZFMruG3QNvlpILSvrFh/Sx6J1qnlWc8+aQyS4tQ="; hash = "sha256-9wo7ZFMruG3QNvlpILSvrFh/Sx6J1qnlWc8+aQyS4tQ=";
}; };

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jatinchowdhury18"; owner = "jatinchowdhury18";
repo = "AnalogTapeModel"; repo = "AnalogTapeModel";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-WriHi68Y6hAsrwE+74JtVlAKUR9lfTczj6UK9h2FOGM="; hash = "sha256-WriHi68Y6hAsrwE+74JtVlAKUR9lfTczj6UK9h2FOGM=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "CloudCompare"; owner = "CloudCompare";
repo = "CloudCompare"; repo = "CloudCompare";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-a/0lf3Mt5ZpLFRM8jAoqZer8pY1ROgPRY4dPt34Bk3E="; hash = "sha256-a/0lf3Mt5ZpLFRM8jAoqZer8pY1ROgPRY4dPt34Bk3E=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stan-dev"; owner = "stan-dev";
repo = "cmdstan"; repo = "cmdstan";
rev = "v${version}"; tag = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-9Dan86C0nxxxkIXaOSKExY0hngAgWTpL4RlI3rTnBZo="; hash = "sha256-9Dan86C0nxxxkIXaOSKExY0hngAgWTpL4RlI3rTnBZo=";
}; };

View File

@ -12,7 +12,7 @@ buildGoModule rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "codecrafters-io"; owner = "codecrafters-io";
repo = "cli"; repo = "cli";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-YgQPDc5BUIoEd44NLpRluxCKooW99qvcSTrFPm6qJKM="; hash = "sha256-YgQPDc5BUIoEd44NLpRluxCKooW99qvcSTrFPm6qJKM=";
# A shortened git commit hash is part of the version output, and is # A shortened git commit hash is part of the version output, and is
# needed at build time. Use the `.git` directory to retrieve the # needed at build time. Use the `.git` directory to retrieve the

View File

@ -19,7 +19,7 @@ buildGoModule rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "abiosoft"; owner = "abiosoft";
repo = "colima"; repo = "colima";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-RQnHqEabxyoAKr8BfmVhk8z+l5oy8pa5JPTWk/0FV5g="; hash = "sha256-RQnHqEabxyoAKr8BfmVhk8z+l5oy8pa5JPTWk/0FV5g=";
# We need the git revision # We need the git revision
leaveDotGit = true; leaveDotGit = true;

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mateoconlechuga"; owner = "mateoconlechuga";
repo = "convimg"; repo = "convimg";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-5insJ391Usef8GF3Yh74PEqE534zitQg9udFRPcz69g="; hash = "sha256-5insJ391Usef8GF3Yh74PEqE534zitQg9udFRPcz69g=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cp2k"; owner = "cp2k";
repo = "cp2k"; repo = "cp2k";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-04AFiEuv+EYubZVoYErQDdr9zipKlF7Gqy8DrUaYUMk="; hash = "sha256-04AFiEuv+EYubZVoYErQDdr9zipKlF7Gqy8DrUaYUMk=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -18,7 +18,7 @@ stdenvForCppNetlib.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cpp-netlib"; owner = "cpp-netlib";
repo = "cpp-netlib"; repo = "cpp-netlib";
rev = "cpp-netlib-${version}"; tag = "cpp-netlib-${version}";
sha256 = "18782sz7aggsl66b4mmi1i0ijwa76iww337fi9sygnplz2hs03a3"; sha256 = "18782sz7aggsl66b4mmi1i0ijwa76iww337fi9sygnplz2hs03a3";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cpp-redis"; owner = "cpp-redis";
repo = "cpp_redis"; repo = "cpp_redis";
rev = version; tag = version;
hash = "sha256-dLAnxgldylWWKO3WIyx+F7ylOpRH+0nD7NZjWSOxuwQ="; hash = "sha256-dLAnxgldylWWKO3WIyx+F7ylOpRH+0nD7NZjWSOxuwQ=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "google"; owner = "google";
repo = "crc32c"; repo = "crc32c";
rev = version; tag = version;
sha256 = "0c383p7vkfq9rblww6mqxz8sygycyl27rr0j3bzb8l8ga71710ii"; sha256 = "0c383p7vkfq9rblww6mqxz8sygycyl27rr0j3bzb8l8ga71710ii";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Snaipe"; owner = "Snaipe";
repo = "Criterion"; repo = "Criterion";
rev = "v${version}"; tag = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-5GH7AYjrnBnqiSmp28BoaM1Xmy8sPs1atfqJkGy3Yf0="; hash = "sha256-5GH7AYjrnBnqiSmp28BoaM1Xmy8sPs1atfqJkGy3Yf0=";
}; };

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dubstar-04"; owner = "dubstar-04";
repo = "Design"; repo = "Design";
rev = "v${version}"; tag = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-Q4R/Ztu4w8IRvq15xNXN/iP/6hIHe/W+me1jROGpYc8="; hash = "sha256-Q4R/Ztu4w8IRvq15xNXN/iP/6hIHe/W+me1jROGpYc8=";
}; };

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "horsicq"; owner = "horsicq";
repo = "DIE-engine"; repo = "DIE-engine";
rev = finalAttrs.version; tag = finalAttrs.version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-yHgxYig5myY2nExweUk2muKbJTKN3SiwOLgQcMIY/BQ="; hash = "sha256-yHgxYig5myY2nExweUk2muKbJTKN3SiwOLgQcMIY/BQ=";
}; };

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Illumina"; owner = "Illumina";
repo = "DRAGMAP"; repo = "DRAGMAP";
rev = finalAttrs.version; tag = finalAttrs.version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-f1jsOErriS1I/iUS4CzJ3+Dz8SMUve/ccb3KaE+L7U8="; hash = "sha256-f1jsOErriS1I/iUS4CzJ3+Dz8SMUve/ccb3KaE+L7U8=";
}; };

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "michaelwillis"; owner = "michaelwillis";
repo = "dragonfly-reverb"; repo = "dragonfly-reverb";
rev = version; tag = version;
hash = "sha256-YXJ4U5J8Za+DlXvp6QduvCHIVC2eRJ3+I/KPihCaIoY="; hash = "sha256-YXJ4U5J8Za+DlXvp6QduvCHIVC2eRJ3+I/KPihCaIoY=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -32,7 +32,7 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = "dragonfly"; repo = "dragonfly";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-P6WMW/n+VezWDXGagT4B+ZYyCp8oufDV6MTrpKpLZcs="; hash = "sha256-P6WMW/n+VezWDXGagT4B+ZYyCp8oufDV6MTrpKpLZcs=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "drogonframework"; owner = "drogonframework";
repo = "drogon"; repo = "drogon";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-eFOYmqfyb/yp83HRa0hWSMuROozR/nfnEp7k5yx8hj0="; hash = "sha256-eFOYmqfyb/yp83HRa0hWSMuROozR/nfnEp7k5yx8hj0=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "doitsujin"; owner = "doitsujin";
repo = "dxvk"; repo = "dxvk";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-edu9JQAKu8yUZLh+37RB1s1A3+s8xeUYQ5Oibdes9ZI="; hash = "sha256-edu9JQAKu8yUZLh+37RB1s1A3+s8xeUYQ5Oibdes9ZI=";
fetchSubmodules = true; # Needed for the DirectX headers and libdisplay-info fetchSubmodules = true; # Needed for the DirectX headers and libdisplay-info
}; };

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "editorconfig"; owner = "editorconfig";
repo = "editorconfig-core-c"; repo = "editorconfig-core-c";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-myJNJxKwgmgm+P2MqnYmW8OC0oYcInL+Suyf/xwX9xo="; hash = "sha256-myJNJxKwgmgm+P2MqnYmW8OC0oYcInL+Suyf/xwX9xo=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "illiliti"; owner = "illiliti";
repo = "eiwd"; repo = "eiwd";
rev = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-rmkXR4RZbtD6lh8cGrHLWVGTw4fQqP9+Z9qaftG1ld0="; hash = "sha256-rmkXR4RZbtD6lh8cGrHLWVGTw4fQqP9+Z9qaftG1ld0=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jedisct1"; owner = "jedisct1";
repo = "encpipe"; repo = "encpipe";
rev = version; tag = version;
hash = "sha256-YlEKSWzZuQyDi0mbwJh9Dfn4gKiOeqihSHPt4yY6YdY="; hash = "sha256-YlEKSWzZuQyDi0mbwJh9Dfn4gKiOeqihSHPt4yY6YdY=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "endlessm"; owner = "endlessm";
repo = "eos-installer"; repo = "eos-installer";
rev = "Release_${version}"; tag = "Release_${version}";
sha256 = "BqvZglzFJabGXkI8hnLiw1r+CvM7kSKQPj8IKYBB6S4="; sha256 = "BqvZglzFJabGXkI8hnLiw1r+CvM7kSKQPj8IKYBB6S4=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -15,7 +15,7 @@ buildGoModule {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ledgerwatch"; owner = "ledgerwatch";
repo = "erigon"; repo = "erigon";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-MQpHRlKxWCBD2Tj9isxMKwvYBy9HtDkQPyKPse8uB3g="; hash = "sha256-MQpHRlKxWCBD2Tj9isxMKwvYBy9HtDkQPyKPse8uB3g=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "team-eternity"; owner = "team-eternity";
repo = "eternity"; repo = "eternity";
rev = version; tag = version;
sha256 = "0dlz7axbiw003bgwk2hl43w8r2bwnxhi042i1xwdiwaja0cpnf5y"; sha256 = "0dlz7axbiw003bgwk2hl43w8r2bwnxhi042i1xwdiwaja0cpnf5y";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "QW-Group"; owner = "QW-Group";
repo = pname + "-source"; repo = pname + "-source";
rev = version; tag = version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-ThrsJfj+eP7Lv2ZSNLO6/b98VHrL6/rhwf2p0qMvTF8="; hash = "sha256-ThrsJfj+eP7Lv2ZSNLO6/b98VHrL6/rhwf2p0qMvTF8=";
}; };

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eProsima"; owner = "eProsima";
repo = "Fast-DDS-Gen"; repo = "Fast-DDS-Gen";
rev = "v${version}"; tag = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-4w6DYz0QhD8L27FE+SzptfoMjhiuJ6OFex2LNAqwmPw="; hash = "sha256-4w6DYz0QhD8L27FE+SzptfoMjhiuJ6OFex2LNAqwmPw=";
}; };

View File

@ -28,7 +28,7 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "grame-cncm"; owner = "grame-cncm";
repo = "faust"; repo = "faust";
rev = version; tag = version;
hash = "sha256-Rn+Cjpk4vttxARrkDSnpKdBdSRtgElsit8zu1BA8Jd4="; hash = "sha256-Rn+Cjpk4vttxARrkDSnpKdBdSRtgElsit8zu1BA8Jd4=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "grame-cncm"; owner = "grame-cncm";
repo = "faustlive"; repo = "faustlive";
rev = version; tag = version;
hash = "sha256-RqtdDkP63l/30sL5PDocvpar5TI4LdKfeeliSNeOHog="; hash = "sha256-RqtdDkP63l/30sL5PDocvpar5TI4LdKfeeliSNeOHog=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "feather-wallet"; owner = "feather-wallet";
repo = "feather"; repo = "feather";
rev = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-DZBRZBcoba32Z/bFThn/9siC8VESg5gdfoFO4Nw8JqM="; hash = "sha256-DZBRZBcoba32Z/bFThn/9siC8VESg5gdfoFO4Nw8JqM=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tud-zih-energy"; owner = "tud-zih-energy";
repo = "FIRESTARTER"; repo = "FIRESTARTER";
rev = "v${version}"; tag = "v${version}";
sha256 = "1ik6j1lw5nldj4i3lllrywqg54m9i2vxkxsb2zr4q0d2rfywhn23"; sha256 = "1ik6j1lw5nldj4i3lllrywqg54m9i2vxkxsb2zr4q0d2rfywhn23";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fzyzcjy"; owner = "fzyzcjy";
repo = "flutter_rust_bridge"; repo = "flutter_rust_bridge";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-Us+LwT6tjBcTl2xclVsiLauSlIO8w+PiokpiDB+h1fI="; hash = "sha256-Us+LwT6tjBcTl2xclVsiLauSlIO8w+PiokpiDB+h1fI=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "flyinghead"; owner = "flyinghead";
repo = "flycast"; repo = "flycast";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-OnlSkwPDUrpj9uEPEAxZO1iSgd5ZiQUJLneu14v9pKQ="; hash = "sha256-OnlSkwPDUrpj9uEPEAxZO1iSgd5ZiQUJLneu14v9pKQ=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "FNA-XNA"; owner = "FNA-XNA";
repo = "FNA3D"; repo = "FNA3D";
rev = version; tag = version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-0rRwIbOciPepo+ApvJiK5IyhMdq/4jsMlCSv0UeDETs="; hash = "sha256-0rRwIbOciPepo+ApvJiK5IyhMdq/4jsMlCSv0UeDETs=";
}; };

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Gargaj"; owner = "Gargaj";
repo = "Foxotron"; repo = "Foxotron";
rev = version; tag = version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-OnZWoiQ5ASKQV73/W6nl17B2ANwqCy/PlybHbNwrOyQ="; hash = "sha256-OnZWoiQ5ASKQV73/W6nl17B2ANwqCy/PlybHbNwrOyQ=";
}; };

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
name = "freebayes-${version}-src"; name = "freebayes-${version}-src";
owner = "ekg"; owner = "ekg";
repo = "freebayes"; repo = "freebayes";
rev = "v${version}"; tag = "v${version}";
sha256 = "035nriknjqq8gvil81vvsmvqwi35v80q8h1cw24vd1gdyn1x7bys"; sha256 = "035nriknjqq8gvil81vvsmvqwi35v80q8h1cw24vd1gdyn1x7bys";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -62,7 +62,7 @@ freecad-utils.makeCustomizable (
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "FreeCAD"; owner = "FreeCAD";
repo = "FreeCAD"; repo = "FreeCAD";
rev = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-VFTNawXxu2ofjj2Frg4OfVhiMKFywBhm7lZunP85ZEQ="; hash = "sha256-VFTNawXxu2ofjj2Frg4OfVhiMKFywBhm7lZunP85ZEQ=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -20,7 +20,7 @@ buildGoModule rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sigstore"; owner = "sigstore";
repo = "fulcio"; repo = "fulcio";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-UVUVT4RvNHvzIwV6azu2h1O9lnNu0PQnnkj4wbrY8BA="; hash = "sha256-UVUVT4RvNHvzIwV6azu2h1O9lnNu0PQnnkj4wbrY8BA=";
# populate values that require us to use git. By doing this in postFetch we # populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src. # can delete .git afterwards and maintain better reproducibility of the src.

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Coffee2CodeNL"; owner = "Coffee2CodeNL";
repo = "gebaar-libinput"; repo = "gebaar-libinput";
rev = "v${version}"; tag = "v${version}";
sha256 = "1kqcgwkia1p195xr082838dvj1gqif9d63i8a52jb0lc32zzizh6"; sha256 = "1kqcgwkia1p195xr082838dvj1gqif9d63i8a52jb0lc32zzizh6";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -12,7 +12,7 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jaseg"; owner = "jaseg";
repo = "gerbolyze"; repo = "gerbolyze";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-bisLln3Y239HuJt0MkrCU+6vLLbEDxfTjEJMkcbE/wE="; hash = "sha256-bisLln3Y239HuJt0MkrCU+6vLLbEDxfTjEJMkcbE/wE=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "LunarG"; owner = "LunarG";
repo = "gfxreconstruct"; repo = "gfxreconstruct";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-MuCdJoBFxKwDCOCltlU3oBS9elFS6F251dHjHcIb4Jg="; hash = "sha256-MuCdJoBFxKwDCOCltlU3oBS9elFS6F251dHjHcIb4Jg=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "matlo"; owner = "matlo";
repo = "GIMX"; repo = "GIMX";
rev = "v${version}"; tag = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-BcFLdQgEAi6Sxyb5/P9YAIkmeXNZXrKcOa/6g817xQg="; hash = "sha256-BcFLdQgEAi6Sxyb5/P9YAIkmeXNZXrKcOa/6g817xQg=";
}; };

View File

@ -14,7 +14,7 @@ buildGoModule rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "grdl"; owner = "grdl";
repo = "git-get"; repo = "git-get";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-v98Ff7io7j1LLzciHNWJBU3LcdSr+lhwYrvON7QjyCI="; hash = "sha256-v98Ff7io7j1LLzciHNWJBU3LcdSr+lhwYrvON7QjyCI=";
# populate values that require us to use git. By doing this in postFetch we # populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src. # can delete .git afterwards and maintain better reproducibility of the src.

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "francescmm"; owner = "francescmm";
repo = "gitqlient"; repo = "gitqlient";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-gfWky5KTSj+5FC++QIVTJbrDOYi/dirTzs6LvTnO74A="; hash = "sha256-gfWky5KTSj+5FC++QIVTJbrDOYi/dirTzs6LvTnO74A=";
}; };

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "svenstaro"; owner = "svenstaro";
repo = "glsl-language-server"; repo = "glsl-language-server";
rev = finalAttrs.version; tag = finalAttrs.version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-wi1QiqaWRh1DmIhwmu94lL/4uuMv6DnB+whM61Jg1Zs="; hash = "sha256-wi1QiqaWRh1DmIhwmu94lL/4uuMv6DnB+whM61Jg1Zs=";
}; };

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
owner = "patriciogonzalezvivo"; owner = "patriciogonzalezvivo";
repo = "glslViewer"; repo = "glslViewer";
fetchSubmodules = true; fetchSubmodules = true;
rev = version; tag = version;
hash = "sha256-Ve3wmX5+kABCu8IRe4ySrwsBJm47g1zvMqDbqrpQl88="; hash = "sha256-Ve3wmX5+kABCu8IRe4ySrwsBJm47g1zvMqDbqrpQl88=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View File

@ -13,7 +13,7 @@ clangStdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gnustep"; owner = "gnustep";
repo = "libobjc2"; repo = "libobjc2";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-+NP214bbisk7dCFAHaxnhNOfC/0bZLp8Dd2A9F2vK+s="; hash = "sha256-+NP214bbisk7dCFAHaxnhNOfC/0bZLp8Dd2A9F2vK+s=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -11,7 +11,7 @@ buildGoModule rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pldubouilh"; owner = "pldubouilh";
repo = "gossa"; repo = "gossa";
rev = "v${version}"; tag = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-FGlUj0BJ8KeCfvdN9+NG4rqtaUIxgpqQ+09Ie1/TpAQ="; hash = "sha256-FGlUj0BJ8KeCfvdN9+NG4rqtaUIxgpqQ+09Ie1/TpAQ=";
}; };

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "GrandOrgue"; owner = "GrandOrgue";
repo = "grandorgue"; repo = "grandorgue";
rev = version; tag = version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-9H7YpTtv9Y36Nc0WCyRy/ohpOQ3WVUd9gMahnGhANRc="; hash = "sha256-9H7YpTtv9Y36Nc0WCyRy/ohpOQ3WVUd9gMahnGhANRc=";
}; };

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lczech"; owner = "lczech";
repo = "grenedalf"; repo = "grenedalf";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-DJ7nZjOvYFQlN/L+S2QcMVvH/M9Dhla4VXl2nxc22m4="; hash = "sha256-DJ7nZjOvYFQlN/L+S2QcMVvH/M9Dhla4VXl2nxc22m4=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "grpc"; owner = "grpc";
repo = "grpc-node"; repo = "grpc-node";
rev = "grpc-tools@${version}"; tag = "grpc-tools@${version}";
hash = "sha256-708lBIGW5+vvSTrZHl/kc+ck7JKNXElrghIGDrMSyx8="; hash = "sha256-708lBIGW5+vvSTrZHl/kc+ck7JKNXElrghIGDrMSyx8=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "grpc"; owner = "grpc";
repo = "grpc"; repo = "grpc";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-VAr+f+xqZfrP4XfCnZ9KxVTO6pHQe9gB2DgaQuen840="; hash = "sha256-VAr+f+xqZfrP4XfCnZ9KxVTO6pHQe9gB2DgaQuen840=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "brummer10"; owner = "brummer10";
repo = "GxPlugins.lv2"; repo = "GxPlugins.lv2";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-NvmFoOAQtAnKrZgzG1Shy1HuJEWgjJloQEx6jw59hag="; hash = "sha256-NvmFoOAQtAnKrZgzG1Shy1HuJEWgjJloQEx6jw59hag=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "helio-fm"; owner = "helio-fm";
repo = "helio-workstation"; repo = "helio-workstation";
rev = version; tag = version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-JzJA9Y710upgzvsgPEV9QzpRUTYI0i2yi6thnUAcrL0="; hash = "sha256-JzJA9Y710upgzvsgPEV9QzpRUTYI0i2yi6thnUAcrL0=";
}; };

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NikitaIvanovV"; owner = "NikitaIvanovV";
repo = "ictree"; repo = "ictree";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-77Wo6jN8VUGTXBuGL0a9kvSIixdyEQoxqqNsHq9jcWw="; hash = "sha256-77Wo6jN8VUGTXBuGL0a9kvSIixdyEQoxqqNsHq9jcWw=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jmesmon"; owner = "jmesmon";
repo = "illum"; repo = "illum";
rev = "v${version}"; tag = "v${version}";
sha256 = "S4lUBeRnZlRUpIxFdN/bh979xvdS7roF6/6Dk0ZUrnM="; sha256 = "S4lUBeRnZlRUpIxFdN/bh979xvdS7roF6/6Dk0ZUrnM=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MCRedstoner2004"; owner = "MCRedstoner2004";
repo = "imagelol"; repo = "imagelol";
rev = "v${version}"; tag = "v${version}";
sha256 = "0978zdrfj41jsqm78afyyd1l64iki9nwjvhd8ynii1b553nn4dmd"; sha256 = "0978zdrfj41jsqm78afyyd1l64iki9nwjvhd8ynii1b553nn4dmd";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jonhoo"; owner = "jonhoo";
repo = "inferno"; repo = "inferno";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-D72rkTnUgLJRHFEDoUwQDLQJAPGyqmxhf6hmNJGUl+U="; hash = "sha256-D72rkTnUgLJRHFEDoUwQDLQJAPGyqmxhf6hmNJGUl+U=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "iqtree"; owner = "iqtree";
repo = "iqtree2"; repo = "iqtree2";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-8d5zqZIevv3bnq7z7Iyo/x8i445y1RAFtRMeK8s/ieQ="; hash = "sha256-8d5zqZIevv3bnq7z7Iyo/x8i445y1RAFtRMeK8s/ieQ=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "itgmania"; owner = "itgmania";
repo = "itgmania"; repo = "itgmania";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-C9qVUZdRnKbQgfgbXnzT+lI2+FEXBaMQv/U6UF5wyzo="; hash = "sha256-C9qVUZdRnKbQgfgbXnzT+lI2+FEXBaMQv/U6UF5wyzo=";
}; };

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alex1701c"; owner = "alex1701c";
repo = "JetBrainsRunner"; repo = "JetBrainsRunner";
rev = version; tag = version;
hash = "sha256-fzGwwvBgvUVU6Ra66KrIAqRjWWR6pWYbWVkOk2tDwkc="; hash = "sha256-fzGwwvBgvUVU6Ra66KrIAqRjWWR6pWYbWVkOk2tDwkc=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sonnyp"; owner = "sonnyp";
repo = "junction"; repo = "junction";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-gnFig8C46x73gAUl9VVx3Y3hrhEVeP/DvaYHYuv9RTg="; hash = "sha256-gnFig8C46x73gAUl9VVx3Y3hrhEVeP/DvaYHYuv9RTg=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -13,7 +13,7 @@ buildGoModule rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "quarkslab"; owner = "quarkslab";
repo = "kdigger"; repo = "kdigger";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-hpLhtTENtOBQjm+CZRAcx1BG9831JUFIsLL57wZIrso="; hash = "sha256-hpLhtTENtOBQjm+CZRAcx1BG9831JUFIsLL57wZIrso=";
# populate values that require us to use git. By doing this in postFetch we # populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src. # can delete .git afterwards and maintain better reproducibility of the src.

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kometbomb"; owner = "kometbomb";
repo = "klystrack"; repo = "klystrack";
rev = version; tag = version;
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "1h99sm2ddaq483hhk2s3z4bjbgn0d2h7qna7l7qq98wvhqix8iyz"; sha256 = "1h99sm2ddaq483hhk2s3z4bjbgn0d2h7qna7l7qq98wvhqix8iyz";
}; };

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
repo = "ldacBT"; repo = "ldacBT";
owner = "ehfive"; owner = "ehfive";
rev = "v${version}"; tag = "v${version}";
sha256 = "09dalysx4fgrgpfdm9a51x6slnf4iik1sqba4xjgabpvq91bnb63"; sha256 = "09dalysx4fgrgpfdm9a51x6slnf4iik1sqba4xjgabpvq91bnb63";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ldc-developers"; owner = "ldc-developers";
repo = "ldc"; repo = "ldc";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-6LcpY3LSFK4KgEiGrFp/LONu5Vr+/+vI04wEEpF3s+s="; hash = "sha256-6LcpY3LSFK4KgEiGrFp/LONu5Vr+/+vI04wEEpF3s+s=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -30,7 +30,7 @@ maven.buildMavenPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eclipse"; owner = "eclipse";
repo = "lemminx"; repo = "lemminx";
rev = version; tag = version;
hash = "sha256-a+9RN1265fsmYAUMuUTxA+VqJv7xPlzuc8HqoZwmR4M="; hash = "sha256-a+9RN1265fsmYAUMuUTxA+VqJv7xPlzuc8HqoZwmR4M=";
# Lemminx reads this git information at runtime from a git.properties # Lemminx reads this git information at runtime from a git.properties
# file on the classpath # file on the classpath

View File

@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bram209"; owner = "bram209";
repo = "leptosfmt"; repo = "leptosfmt";
rev = version; tag = version;
hash = "sha256-+trLQFU8oP45xHQ3DsEESQzQX2WpvQcfpgGC9o5ITcY="; hash = "sha256-+trLQFU8oP45xHQ3DsEESQzQX2WpvQcfpgGC9o5ITcY=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Nuand"; owner = "Nuand";
repo = "bladeRF"; repo = "bladeRF";
rev = "libbladeRF_v${version}"; tag = "libbladeRF_v${version}";
hash = "sha256-H40w5YKp6M3QLrsPhILEnJiWutCYLtbgC4a63sV397Q="; hash = "sha256-H40w5YKp6M3QLrsPhILEnJiWutCYLtbgC4a63sV397Q=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "szatmary"; owner = "szatmary";
repo = "libcaption"; repo = "libcaption";
rev = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-OBtxoFJF0cxC+kfSK8TIKIdLkmCh5WOJlI0fejnisJo="; hash = "sha256-OBtxoFJF0cxC+kfSK8TIKIdLkmCh5WOJlI0fejnisJo=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libcgroup"; owner = "libcgroup";
repo = "libcgroup"; repo = "libcgroup";
rev = "v${version}"; tag = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-kWW9ID/eYZH0O/Ge8pf3Cso4yu644R5EiQFYfZMcizs="; hash = "sha256-kWW9ID/eYZH0O/Ge8pf3Cso4yu644R5EiQFYfZMcizs=";
}; };

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "scipr-lab"; owner = "scipr-lab";
repo = "libff"; repo = "libff";
rev = "v${version}"; tag = "v${version}";
sha256 = "0dczi829497vqlmn6n4fgi89bc2h9f13gx30av5z2h6ikik7crgn"; sha256 = "0dczi829497vqlmn6n4fgi89bc2h9f13gx30av5z2h6ikik7crgn";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fcitx"; owner = "fcitx";
repo = "libime"; repo = "libime";
rev = version; tag = version;
hash = "sha256-liVJEBUYcVYjjJCMW68xXbEHKQpAgTLCPm2yIdWG3IQ="; hash = "sha256-liVJEBUYcVYjjJCMW68xXbEHKQpAgTLCPm2yIdWG3IQ=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libjxl"; owner = "libjxl";
repo = "libjxl"; repo = "libjxl";
rev = "v${version}"; tag = "v${version}";
hash = "sha256-ORwhKOp5Nog366UkLbuWpjz/6sJhxUO6+SkoJGH+3fE="; hash = "sha256-ORwhKOp5Nog366UkLbuWpjz/6sJhxUO6+SkoJGH+3fE=";
# There are various submodules in `third_party/`. # There are various submodules in `third_party/`.
fetchSubmodules = true; fetchSubmodules = true;

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Nitrokey"; owner = "Nitrokey";
repo = "libnitrokey"; repo = "libnitrokey";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-4PEZ31QyVOmdhpKqTN8fwcHoLuu+w+OJ3fZeqwlE+io="; hash = "sha256-4PEZ31QyVOmdhpKqTN8fwcHoLuu+w+OJ3fZeqwlE+io=";
# On OSX, libnitrokey depends on a custom version of hidapi in a submodule. # On OSX, libnitrokey depends on a custom version of hidapi in a submodule.
# Monitor https://github.com/Nitrokey/libnitrokey/issues/140 to see if we # Monitor https://github.com/Nitrokey/libnitrokey/issues/140 to see if we

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "LibreDWG"; owner = "LibreDWG";
repo = "libredwg"; repo = "libredwg";
rev = version; tag = version;
hash = "sha256-FlBHwNsqVSBE8dTDewoKkCbs8Jd/4d69MPpEFzg6Ruc="; hash = "sha256-FlBHwNsqVSBE8dTDewoKkCbs8Jd/4d69MPpEFzg6Ruc=";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "LibreSprite"; owner = "LibreSprite";
repo = "LibreSprite"; repo = "LibreSprite";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-jXjrA859hR46Cp5qi6Z1C+hLWCUR7yGlASOGlTveeW8="; hash = "sha256-jXjrA859hR46Cp5qi6Z1C+hLWCUR7yGlASOGlTveeW8=";
}; };

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Librum-Reader"; owner = "Librum-Reader";
repo = "Librum"; repo = "Librum";
rev = "v.${version}"; tag = "v.${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-Iwcbcz8LrznFP8rfW6mg9p7klAtTx4daFxylTeFKrH0="; hash = "sha256-Iwcbcz8LrznFP8rfW6mg9p7klAtTx4daFxylTeFKrH0=";
}; };

Some files were not shown because too many files have changed in this diff Show More