Skip to content

Commit

Permalink
agate: 3.3.10 -> 3.3.11 (#364359)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 12, 2024
2 parents b59108b + 541bf1e commit 8072fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ag/agate/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
pname = "agate";
version = "3.3.10";
version = "3.3.11";

src = fetchFromGitHub {
owner = "mbrubeck";
repo = "agate";
rev = "v${version}";
hash = "sha256-uuMOe5yi0DSD7mTPnI0m/lpkv6Lb669vndwPE01oSUU=";
hash = "sha256-w02vc89U0a1NmEqneHq0M5u+OKaFbTAVqJDFZgRp7l0=";
};

cargoHash = "sha256-6iEpOUhpWClgfAry8xIHJUPaAVKdPVaq3cTrSql9roo=";
cargoHash = "sha256-CUEjumDmRf3uUejE5pg1aS1CbVByPSeb9HWRyXzC2YY=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit 8072fe5

Please sign in to comment.