Skip to content

Commit

Permalink
Bump resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
barrucadu committed Mar 17, 2024
1 parent 72bbd82 commit ff5d0f0
Showing 1 changed file with 3 additions and 3 deletions.
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 ff5d0f0

Please sign in to comment.