Skip to content

Commit

Permalink
Bump resolved
Browse files Browse the repository at this point in the history
This introduces (Q)NAME compression.
  • Loading branch information
barrucadu committed Sep 30, 2023
1 parent 24e49ee commit 4509757
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 @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "resolved";
version = "c065a4afaffcb2599708d3837b0ce4986b2465c7";
version = "5e056405a837c973cdff78fd79da1da05169f19f";

src = fetchFromGitHub {
owner = "barrucadu";
repo = pname;
rev = version;
sha256 = "sha256-6KCL/FyETdHpncx2HorpIw20pw9sI2aJSd7hJREWmIM=";
sha256 = "sha256-8VSzvnJfqzodsYUb4Q1jq4xeIthv3r8ewSxd9IF17Jw=";
};

cargoSha256 = "sha256-69Q31l28yV+FbSrI/EaPmgLgDNJcAOQ0zmZQi43ZqOQ=";
cargoSha256 = "sha256-kWRRXB4Aip0kA3K9f5EnK+/dkljrHrC15hGidEBQeTo=";

postInstall = ''
cd config
Expand Down

0 comments on commit 4509757

Please sign in to comment.