Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkgs/by-name: rewrite hashes in SRI format #341924

Merged
merged 7 commits into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 5 additions & 1 deletion maintainers/scripts/sha-to-sri.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ def fileToSRI(p: Path):


_SKIP_RE = re.compile("(generated by)|(do not edit)", re.IGNORECASE)
_IGNORE = frozenset({
"gemset.nix",
"yarn.nix",
})

if __name__ == "__main__":
from sys import argv
Expand Down Expand Up @@ -239,7 +243,7 @@ def handleFile(p: Path, skipLevel = logging.INFO):
logger.info("Recursing into directory")
for q in p.glob("**/*.nix"):
if q.is_file():
if q.name == "yarn.nix" or q.name.find("generated") != -1:
if q.name in _IGNORE or q.name.find("generated") != -1:
logger.info("File looks autogenerated, skipping!")
continue

Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/_4/_4d-minesweeper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenv.mkDerivation {
owner = "gapophustu";
repo = "4D-Minesweeper";
rev = "db176d8aa5981a597bbae6a1a74aeebf0f376df4";
sha256 = "sha256-A5QKqCo9TTdzmK13WRSAfkrkeUqHc4yQCzy4ZZ9uX2M=";
hash = "sha256-A5QKqCo9TTdzmK13WRSAfkrkeUqHc4yQCzy4ZZ9uX2M=";
};

nativeBuildInputs = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ac/accerciser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python3.pkgs.buildPythonApplication rec {

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "d2m9T09j3ImhQ+hs3ET+rr1/jJab6lwfWoaskxGQL0g=";
hash = "sha256-d2m9T09j3ImhQ+hs3ET+rr1/jJab6lwfWoaskxGQL0g=";
};

nativeBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/ad/adafruit-nrfutil/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ python3Packages.buildPythonApplication rec {
(fetchpatch {
name = "fix-tests.patch";
url = "https://github.com/adafruit/Adafruit_nRF52_nrfutil/commit/e5fbcc8ee5958041db38c04139ba686bf7d1b845.patch";
sha256 = "sha256-0tbJldGtYcDdUzA3wZRv0lenXVn6dqV016U9nMpQ6/w=";
hash = "sha256-0tbJldGtYcDdUzA3wZRv0lenXVn6dqV016U9nMpQ6/w=";
})
(fetchpatch {
name = "fix-test-test_get_vk_pem.patch";
url = "https://github.com/adafruit/Adafruit_nRF52_nrfutil/commit/f42cee3c2d7c8d0911f27ba24d6a140083cb85cf.patch";
sha256 = "sha256-7WoRqPKc8O5EYK7Fj1WrMJREwhueiVpkEizIfVnEPBU=";
hash = "sha256-7WoRqPKc8O5EYK7Fj1WrMJREwhueiVpkEizIfVnEPBU=";
})
];

Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ai/aisleriot/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "GNOME";
repo = "aisleriot";
rev = finalAttrs.version;
sha256 = "sha256-HylhDBgkAJrrs/r42v3aDNR8mBJaqnJHyY7T3QW1eWg=";
hash = "sha256-HylhDBgkAJrrs/r42v3aDNR8mBJaqnJHyY7T3QW1eWg=";
};

nativeBuildInputs = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/al/alephone-apotheosis-x/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alephone.makeWrapper rec {
zip = requireFile {
name = "Apotheosis_X_1.1.zip";
url = "https://www.moddb.com/mods/apotheosis-x/downloads";
sha256 = "sha256-4Y/RQQeN4VTpig8ZyxUpVHwzN8W8ciTBCkSzND8SMbs=";
hash = "sha256-4Y/RQQeN4VTpig8ZyxUpVHwzN8W8ciTBCkSzND8SMbs=";
};

sourceRoot = "Apotheosis X 1.1";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/al/alephone-durandal/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alephone.makeWrapper rec {
zip = fetchurl {
url =
"https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${version}/Marathon2-${version}-Data.zip";
sha256 = "sha256-uoBl1/7XlXmMLqpk3tvme9w18q4Yh0WCrmqSzjGxNz0=";
hash = "sha256-uoBl1/7XlXmMLqpk3tvme9w18q4Yh0WCrmqSzjGxNz0=";
};

meta = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/al/alephone-eternal/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ alephone.makeWrapper rec {

zip = fetchurl {
url = "http://eternal.bungie.org/files/_releases/EternalXv120.zip";
sha256 = "1qrvx0sp9xc8zbpp5yz8jdz458ajzmyv2si7hrppiyawc8dpcwck";
hash = "sha256-k3F2G2Jc+XhvhidqsX39UqFCfpPo+3Lv+oj1dDXoO+M=";
};

sourceRoot = "Eternal 1.2.0";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/al/alephone-evil/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ alephone.makeWrapper rec {

zip = fetchurl {
url = "http://files3.bungie.org/trilogy/MarathonEvil.zip";
sha256 = "08nizbjp2rx10bpqrbhb76as0j2zynmy2c0qa5b482lz1szf9b95";
hash = "sha256-Ja3kvg6fCkRWURgw4av1X0iglTkLrozvAqFnceX60SI=";
};

meta = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/al/alephone-infinity/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alephone.makeWrapper rec {
zip = fetchurl {
url =
"https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${version}/MarathonInfinity-${version}-Data.zip";
sha256 = "sha256-+FPym4Avqzyo4cZtfYPHXCS+q21+g9AIdKOImkd/UjU=";
hash = "sha256-+FPym4Avqzyo4cZtfYPHXCS+q21+g9AIdKOImkd/UjU=";
};

meta = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/al/alephone-marathon/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alephone.makeWrapper rec {
zip = fetchurl {
url =
"https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${version}/Marathon-${version}-Data.zip";
sha256 = "sha256-shZ82e7veaaT/petxDQ8Fd7YtJPmTgxSCStf0kGfrFs=";
hash = "sha256-shZ82e7veaaT/petxDQ8Fd7YtJPmTgxSCStf0kGfrFs=";
};

meta = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ alephone.makeWrapper rec {

zip = fetchurl {
url = "http://simplici7y.com/version/file/1185/AOPID_v1.1.1.zip";
sha256 = "0x83xjcw5n5s7sw8z6rb6zzhihjkjgk7x7ynnqq917dcklr7bz4g";
hash = "sha256-j/x1Mp2snZAwttaffuaTU8II/zcrm4+4PrrYwpnsA3U=";
};

meta = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/al/alephone-pheonix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ alephone.makeWrapper rec {

zip = fetchurl {
url = "http://simplici7y.com/version/file/998/Marathon_Phoenix_1.3.zip";
sha256 = "1r06k0z8km7l9d3njinsrci4jhk8hrnjdcmjd8n5z2qxkqvhn9qj";
hash = "sha256-EicLN54di18sarKyJm2GaEJJIsvaRmlHS/TUiT6YBuQ=";
};

meta = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/al/alephone-red/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ alephone.makeWrapper rec {

zip = fetchurl {
url = "http://files3.bungie.org/trilogy/MarathonRED.zip";
sha256 = "1p13snlrvn39znvfkxql67crhysn71db2bwsfrkhjkq58wzs6qgw";
hash = "sha256-/GGjP0cFTwlndpovsVo4VnuY2TEU9+m2/WnYnanVI9w=";
};

meta = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/al/alephone-rubicon-x/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ alephone.makeWrapper rec {

zip = fetchurl {
url = "http://files5.bungie.org/marathon/marathonRubiconX.zip";
sha256 = "095si89wap76pvkvk90zqw7djhrhwb1anjm2s8i503jbcn5n4ipm";
hash = "sha256-9UZii2VLDlAi0qJKq8LiMEPZDscfpLnnvuZcxROKuiQ=";
};

sourceRoot = "Rubicon X ƒ";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/al/alephone-yuge/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ alephone.makeWrapper rec {

zip = fetchurl {
url = "https://lochnits.com/marathon/yuge/files/Mararthon_Yuge.zip";
sha256 = "sha256-dZHInYThB/4igpAXbUadXwPvh2Fl3XGZ4ficg7IEnNc=";
hash = "sha256-dZHInYThB/4igpAXbUadXwPvh2Fl3XGZ4ficg7IEnNc=";
};

meta = {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/al/alsa-firmware/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://alsa/firmware/alsa-firmware-${version}.tar.bz2";
sha256 = "sha256-tnttfQi8/CR+9v8KuIqZwYgwWjz1euLf0LzZpbNs1bs=";
hash = "sha256-tnttfQi8/CR+9v8KuIqZwYgwWjz1euLf0LzZpbNs1bs=";
};

patches = [
# fixes some includes / missing types on musl libc; should not make a difference for other platforms
(fetchpatch {
url = "https://raw.githubusercontent.com/void-linux/void-packages/ae690000017d5fd355ab397c49202426e3a01c11/srcpkgs/alsa-firmware/patches/musl.patch";
sha256 = "sha256-4A+TBBvpz14NwMNewLc2LQL51hnz4EZlZ44rhnx5dnc=";
hash = "sha256-4A+TBBvpz14NwMNewLc2LQL51hnz4EZlZ44rhnx5dnc=";
})
];

Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/al/alsa-oss/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://alsa/oss-lib/alsa-oss-${version}.tar.bz2";
sha256 = "13nn6n6wpr2sj1hyqx4r9nb9bwxnhnzw8r2f08p8v13yjbswxbb4";
hash = "sha256-ZK3O9ZJ+hI0uAk5kxL+FtvOVlk2ZdOxhkFrky4011o4=";
};

buildInputs = [ alsa-lib ncurses libsamplerate ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/al/alsa-topology-conf/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://alsa/lib/${name}.tar.bz2";
sha256 = "sha256-98W64VRavNc4JLyX9OcsNA4Rq+oYi6DxwG9eCtd2sXk=";
hash = "sha256-98W64VRavNc4JLyX9OcsNA4Rq+oYi6DxwG9eCtd2sXk=";
};

dontBuild = true;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/al/alsa-utils/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://alsa/utils/alsa-utils-${version}.tar.bz2";
sha256 = "sha256-EEti7H8Cp84WynefSBVhbfHMIZM1A3g6kQe1lE+DBjo=";
hash = "sha256-EEti7H8Cp84WynefSBVhbfHMIZM1A3g6kQe1lE+DBjo=";
};
patches = [
# Backport fixes for musl libc. Remove on next release
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/am/am2rlauncher/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ buildDotnetModule {
owner = "AM2R-Community-Developers";
repo = "AM2RLauncher";
rev = "5d8b7d9b3de68e6215c10b9fd223b7f1d5e40dea";
sha256 = "sha256-/nHqo8jh3sOUngbpqdfiQjUWO/8Uzpc5jtW7Ep4q6Wg=";
hash = "sha256-/nHqo8jh3sOUngbpqdfiQjUWO/8Uzpc5jtW7Ep4q6Wg=";
};

projectFile = "AM2RLauncher/AM2RLauncher.Gtk/AM2RLauncher.Gtk.csproj";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/am/amfora/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildGoModule rec {
owner = "makeworld-the-better-one";
repo = "amfora";
rev = "v${version}";
sha256 = "sha256-KOuKgxH3n4rdF+oj/TwEcRqX1sn4A9e23FNwQMhMVO4=";
hash = "sha256-KOuKgxH3n4rdF+oj/TwEcRqX1sn4A9e23FNwQMhMVO4=";
};

vendorHash = "sha256-T/hnlQMDOZV+QGl7xp29sBGfb4VXcXqN6PDoBFdpp4M=";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/an/anyk/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ let
extraClasspath = [
(fetchurl {
url = "mirror://maven/org/glassfish/metro/webservices-rt/2.4.10/webservices-rt-2.4.10.jar";
sha256 = "sha256-lHclIZn3HR2B2lMttmmQGIV67qJi5KhL5jT2WNUQpPI=";
hash = "sha256-lHclIZn3HR2B2lMttmmQGIV67qJi5KhL5jT2WNUQpPI=";
})

(fetchurl {
url = "mirror://maven/org/glassfish/metro/webservices-api/2.4.10/webservices-api-2.4.10.jar";
sha256 = "sha256-1jiabjPkRnh+l/fmTt8aKE5hpeLreYOiLH9sVIcLUQE=";
hash = "sha256-1jiabjPkRnh+l/fmTt8aKE5hpeLreYOiLH9sVIcLUQE=";
})

(fetchurl {
url = "mirror://maven/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar";
sha256 = "sha256-ueJLfdbgdJVWLqllMb4xMMltuk144d/Yitu96/QzKHE=";
hash = "sha256-ueJLfdbgdJVWLqllMb4xMMltuk144d/Yitu96/QzKHE=";
})

# Patch one of the classes so it works with the packages above by removing .internal. from the package names.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ap/apostrophe/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let
repo = "apostrophe";
domain = "gitlab.gnome.org";
rev = "v${version}";
sha256 = "sha256-rXaz0EtLuKOBJLF81K/4qoTZtG6B8Wn+KwSiqYvxAVc=";
hash = "sha256-rXaz0EtLuKOBJLF81K/4qoTZtG6B8Wn+KwSiqYvxAVc=";
};

# Patches are required by upstream. Without the patches
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ap/aprx/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stdenv.mkDerivation {
owner = "PhirePhly";
repo = "aprx";
rev = "2c84448fe6d897980234961a87ee4c1d4fad69ec";
sha256 = "sha256-01PB7FaG8GmPm1U15/3g1CfQwdYmf3ThZFdVh2zUAl4=";
hash = "sha256-01PB7FaG8GmPm1U15/3g1CfQwdYmf3ThZFdVh2zUAl4=";
};

nativeBuildInputs = [ perl ];
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/ar/arma3-unix-launcher/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "p-ranav";
repo = "argparse";
rev = "45664c4e9f05ff287731a9ff8b724d0c89fb6e77";
sha256 = "sha256-qLD9zD6hbItDn6ZHHWBXrAWhySvqcs40xA5+C/5Fkhw=";
hash = "sha256-qLD9zD6hbItDn6ZHHWBXrAWhySvqcs40xA5+C/5Fkhw=";
};
curlpp_src = curlpp.src;
doctest_src = doctest;
Expand All @@ -44,12 +44,12 @@ stdenv.mkDerivation (finalAttrs: {
owner = "muttleyxd";
repo = "pugixml";
rev = "simple-build-for-a3ul";
sha256 = "sha256-FpREdz6DbhnLDGOuQY9rU17SSd6ngA4WfO0kGHqGJPM=";
hash = "sha256-FpREdz6DbhnLDGOuQY9rU17SSd6ngA4WfO0kGHqGJPM=";
};
spdlog_src = spdlog;
steamworkssdk_src = fetchurl {
url = "https://github.com/julianxhokaxhiu/SteamworksSDKCI/releases/download/1.53/SteamworksSDK-v1.53.0_x64.zip";
sha256 = "sha256-6PQGaPsaxBg/MHVWw2ynYW6LaNSrE9Rd9Q9ZLKFGPFA=";
hash = "sha256-6PQGaPsaxBg/MHVWw2ynYW6LaNSrE9Rd9Q9ZLKFGPFA=";
};
trompeloeil_src = trompeloeil;
})
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/as/asc-key-to-qr-code-gif/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stdenvNoCC.mkDerivation {
owner = "yishilin14";
repo = "asc-key-to-qr-code-gif";
rev = "5d36a1bada8646ae0f61b04356e62ba5ef10a1aa";
sha256 = "sha256-DwxYgBsioL86WM6KBFJ+DuSJo3/1pwD1Fl156XD98RY=";
hash = "sha256-DwxYgBsioL86WM6KBFJ+DuSJo3/1pwD1Fl156XD98RY=";
};

dontBuild = true;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/as/assemblyscript/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildNpmPackage rec {
owner = "AssemblyScript";
repo = "assemblyscript";
rev = "v${version}";
sha256 = "sha256-Jhjq+kLRzDesTPHHonImCnuzt1Ay04n7+O9aK4knb5g=";
hash = "sha256-Jhjq+kLRzDesTPHHonImCnuzt1Ay04n7+O9aK4knb5g=";
};

npmDepsHash = "sha256-mWRQPQVprM+9SCYd8M7NMDtiwDjSH5cr4Xlr5VP9eHo=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/at/atomix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {

src = fetchurl {
url = "mirror://gnome/sources/atomix/${lib.versions.major finalAttrs.version}/atomix-${finalAttrs.version}.tar.xz";
sha256 = "yISTF2iNh9pzTJBjA1YxBSAH8qh5m2xsyRUmWIC1X7Q=";
hash = "sha256-yISTF2iNh9pzTJBjA1YxBSAH8qh5m2xsyRUmWIC1X7Q=";
};

nativeBuildInputs = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/au/autopsy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stdenv.mkDerivation rec {

src = fetchzip {
url = "https://github.com/sleuthkit/autopsy/releases/download/autopsy-${version}/autopsy-${version}.zip";
sha256 = "32iOQA3+ykltCYW/MpqCVxyhh3mm6eYzY+t0smAsWRw=";
hash = "sha256-32iOQA3+ykltCYW/MpqCVxyhh3mm6eYzY+t0smAsWRw=";
};

nativeBuildInputs = [ makeWrapper findutils ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/av/avr-sim/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
"http://www.avr-asm-tutorial.net/avr_sim/28/avr_sim_28_lin_src.zip"
"https://web.archive.org/web/20231129125754/http://www.avr-asm-tutorial.net/avr_sim/28/avr_sim_28_lin_src.zip"
];
sha256 = "sha256-7MgUzMs+l+3RVUbORAWyU1OUpgrKIeWhS+ObgRJtOHc=";
hash = "sha256-7MgUzMs+l+3RVUbORAWyU1OUpgrKIeWhS+ObgRJtOHc=";
};

nativeBuildInputs = [lazarus fpc];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/aw/aws-vault/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildGoModule rec {
owner = "99designs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Qs4vxFgehWQYYECBGBSU8YI/BHLwOQUO5wBlNEUzD7c=";
hash = "sha256-Qs4vxFgehWQYYECBGBSU8YI/BHLwOQUO5wBlNEUzD7c=";
};

vendorHash = "sha256-4bJKDEZlO0DzEzTQ7m+SQuzhe+wKmL6wLueqgSz/46s=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ba/babeltrace/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {

src = fetchurl {
url = "https://www.efficios.com/files/babeltrace/babeltrace-${finalAttrs.version}.tar.bz2";
sha256 = "Z7Q6qu9clR+nrxpVfPcgGhH+iYdrfCK6CgPLwxbbWpw=";
hash = "sha256-Z7Q6qu9clR+nrxpVfPcgGhH+iYdrfCK6CgPLwxbbWpw=";
};

nativeBuildInputs =
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ba/banana-cursor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
owner = "ful1e5";
repo = "banana-cursor";
rev = "v${finalAttrs.version}";
sha256 = "sha256-PI7381xf/GctQTnfcE0W3M3z2kqbX4VexMf17C61hT8=";
hash = "sha256-PI7381xf/GctQTnfcE0W3M3z2kqbX4VexMf17C61hT8=";
};

nativeBuildInputs = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/be/bee/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildGoModule rec {
owner = "ethersphere";
repo = "bee";
rev = "v${version}";
sha256 = "sha256-FflPGsHF2kZ5eh0bNFtK5aMLon5m5B/se/5PdIIafzo=";
hash = "sha256-FflPGsHF2kZ5eh0bNFtK5aMLon5m5B/se/5PdIIafzo=";
};

vendorHash = "sha256-XbOp0821HeCU5c+es3/UJNF0StDSDKKT+sasBJ+uTLM=";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/be/betterdiscordctl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
owner = "bb010g";
repo = "betterdiscordctl";
rev = "v${finalAttrs.version}";
sha256 = "0p321rfcihz2779sdd6qfgpxgk5yd53d33vq5pvb50dbdgxww0bc";
hash = "sha256-bAHO+2urgbL2LXiP0UZpvszX73PYtKbTOeLDyFwOYlw=";
};

postPatch = ''
Expand Down
Loading