Skip to content

Commit

Permalink
Merge pull request #275 from barrucadu/bump
Browse files Browse the repository at this point in the history
Bump
  • Loading branch information
barrucadu authored Mar 17, 2024
2 parents 6d925c2 + ff5d0f0 commit 8b6a811
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions hosts/nyarlathotep/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ in
nixfiles.resolved.zonesDirs = [ "/etc/dns/zones" ];

environment.etc."dns/hosts/stevenblack".source =
let commit = "61080e8dadbc9ee10d4567668cdbf017bb9f172e";
let commit = "14b698abcd97446bae349292aacc9ecb4feb2db5";
in builtins.fetchurl {
url = "https://raw.githubusercontent.com/StevenBlack/hosts/${commit}/hosts";
sha256 = "0ydcxxxhxhalnifr323wnvysjnp65hxhlrzvzzghlm2ja9d1z448";
sha256 = "1hwyn1w1c7brzigp7fqpsgh107pzvsrahilq6n90jw7yzvi704gl";
};

environment.etc."dns/zones/10.in-addr.arpa".text = ''
Expand Down
6 changes: 3 additions & 3 deletions packages/bookdb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
let
githubOwner = "barrucadu";
githubRepo = "bookdb";
githubRev = "a8ae9b427d08ef7e30eee57ce43a367e85f63e70";
githubRev = "47ef43ed5815eb3e9ad545966ab96328adf3339d";
in
rustPlatform.buildRustPackage {
pname = githubRepo;
Expand All @@ -14,10 +14,10 @@ rustPlatform.buildRustPackage {
owner = githubOwner;
repo = githubRepo;
rev = githubRev;
sha256 = "sha256-7hD2BPEIl2j9dS86Bvx6ERTKzV84zzAp7b/jH48cUoY=";
sha256 = "sha256-SexmGBZiv5Lb0clrYHb5WRgt3IAzwgqC+sgM7PWFCIQ=";
};

cargoSha256 = "sha256-3/T6DKWkKjrxu3b25nDunmd3zGThL7uDre1pJ+HXkMc=";
cargoSha256 = "sha256-JtVH04p2MqyGdWDLopIN4aZEIvKnDpYoonBqm6Sdz9s=";

nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];
Expand Down
6 changes: 3 additions & 3 deletions packages/bookmarks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
let
githubOwner = "barrucadu";
githubRepo = "bookmarks";
githubRev = "ba0355602445d02a818a03d7343eecf19eadde7f";
githubRev = "236385a0b22396fd3136b2214edfbeb4a0aa26de";
in
rustPlatform.buildRustPackage {
pname = githubRepo;
Expand All @@ -14,10 +14,10 @@ rustPlatform.buildRustPackage {
owner = githubOwner;
repo = githubRepo;
rev = githubRev;
sha256 = "sha256-XSpE7XnieEIjwXewGKij6AXOaonCsKZC6zwx60Z3foI=";
sha256 = "sha256-PLrDwGfePmgeLTOcCFP9OLRjQaSosUHxfIH397PlSdE=";
};

cargoSha256 = "sha256-b2nFcK3UnYYSAfKdbQdhEyWDhp/FUBZXvN1/TfgKkHs=";
cargoSha256 = "sha256-sN3Gj/kOQS8MQklBa5vCk5+o/kQihpZh+7I+JUohBzg=";

nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];
Expand Down
6 changes: 3 additions & 3 deletions packages/resolved/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
let
githubOwner = "barrucadu";
githubRepo = "resolved";
githubRev = "cc43b526dea18825288fa03a0c4a3ce98f053856";
githubRev = "d99013dd1de52f74e5dc3dcdbff628e5f33e624b";
in
rustPlatform.buildRustPackage {
pname = githubRepo;
Expand All @@ -14,10 +14,10 @@ rustPlatform.buildRustPackage {
owner = githubOwner;
repo = githubRepo;
rev = githubRev;
sha256 = "sha256-gox2b9bqerH0rgC3CvJedvW1vP1vMpDZwKpHBWHQK7E=";
sha256 = "sha256-kH2frFYuoMVX9b3uFl325zHuWG2Y0XhNE6lSYk8AD0g=";
};

cargoSha256 = "sha256-YP2xPccVj7NDqDxSlqgVrmTsG1x9NWHSUxp0OOsf+ZE=";
cargoSha256 = "sha256-vGgvECImU7QSxBdrS4cCAkAzYWEhx/vRp5nSJkWCpck=";

postInstall = ''
cd config
Expand Down

0 comments on commit 8b6a811

Please sign in to comment.