mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
pkgs: update hash attributes
This commit is contained in:
parent
8e122373d7
commit
4bf3c91aa7
@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
sha256 = "sha256-gZNJVeFRGSDFHFjJ4KSSugsa6rR8YDMujg6PlRm2d7Q=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-bqvcmIWy2fLpItE71LhGwuRK2+KPxNqMZalrFSCCSN0=";
|
||||
vendorHash = "sha256-bqvcmIWy2fLpItE71LhGwuRK2+KPxNqMZalrFSCCSN0=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Fancy terminal interface for navigating awesome lists";
|
||||
|
@ -10,7 +10,7 @@ buildGoModule rec {
|
||||
rev = "fe27556c1147333af2cfe81cbc40f4f60ea191ee";
|
||||
sha256 = "sha256-zSrCYNgN4wKFgRdog/7ANumy0GsqOMTHqLTT8p7LEgE=";
|
||||
};
|
||||
vendorSha256 = "sha256-YophzzTilKg+7QhthBr4G6vJBGt6l+9Y+I5E8Umuo8U=";
|
||||
vendorHash = "sha256-YophzzTilKg+7QhthBr4G6vJBGt6l+9Y+I5E8Umuo8U=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Play Wordle over SSH";
|
||||
|
@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
|
||||
hash = "sha256-MH7Qb5FgAvfgfuYihomYDHA456/WU1zf5P9mneB5Og4=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-iN8qOZoTJwvxKQT0Plm0SjwaBUE+vSM0r9FERr4smeo=";
|
||||
cargoHash = "sha256-iN8qOZoTJwvxKQT0Plm0SjwaBUE+vSM0r9FERr4smeo=";
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs ./src/runtime/tests/data/stdout-stderr.sh
|
||||
|
@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
sha256 = "sha256-WpmO0VOSuwcoERLORool1IfeehqLdWN5ny/+TapkAm0=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-5clp7s6xVUmniN5b9lFu/LW3CjDtgMMRzWIH+o7DnJQ=";
|
||||
vendorHash = "sha256-5clp7s6xVUmniN5b9lFu/LW3CjDtgMMRzWIH+o7DnJQ=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
|
||||
mv $out/bin/* $out/share/pop-launcher/plugins/bangs
|
||||
'';
|
||||
|
||||
cargoSha256 = "sha256-qzlZ0dbdfZwEBuQXIUndVFye6RdX8aI39D/UCagMfZg=";
|
||||
cargoHash = "sha256-qzlZ0dbdfZwEBuQXIUndVFye6RdX8aI39D/UCagMfZg=";
|
||||
meta = with lib; {
|
||||
description = "Pop launcher for searching with Duckduckgo bangs";
|
||||
homepage =
|
||||
|
@ -10,7 +10,7 @@ buildGoModule rec {
|
||||
sha256 = "sha256-0JK9bu53xZvlDILpivY7PGWu/39OUj5mGE7oYbKx8uw=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-O8RekYsjKF9OnBT3kXs0p5sJ67hc+VbT6qS3ra+AUkM=";
|
||||
vendorHash = "sha256-O8RekYsjKF9OnBT3kXs0p5sJ67hc+VbT6qS3ra+AUkM=";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://humungus.tedunangst.com/r/watc";
|
||||
|
Loading…
Reference in New Issue
Block a user