Skip to content

Commit

Permalink
cyme: 1.8.4 -> 1.8.5 (#356234)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillrdy authored Dec 4, 2024
2 parents f1e22e5 + 81c4870 commit 6993346
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/cy/cyme/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

rustPlatform.buildRustPackage rec {
pname = "cyme";
version = "1.8.4";
version = "1.8.5";

src = fetchFromGitHub {
owner = "tuna-f1sh";
repo = "cyme";
rev = "v${version}";
hash = "sha256-5433lq3u+s4LiC9089Ul7wGJiouQdVDoM3RT0QSiAnU=";
hash = "sha256-4lnW6p7MaAZdvyXddIoB8TuEQSCmBYOwyvOA1r2ZKxk=";
};

cargoHash = "sha256-EW4M072qWCghg4UlhjMBR6DVzKsu/foE+j4MOSiHqNk=";
cargoHash = "sha256-sg6nIIiHUXHLnvn25kKWqqa8WV86D/arl4t3EUByQBQ=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 6993346

Please sign in to comment.