Skip to content

Commit

Permalink
motoc: 0.2.0 -> 0.3.1 (NixOS#343610)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Sep 22, 2024
2 parents 09096b9 + 787c404 commit 5ff4f7b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions pkgs/by-name/mo/motoc/Cargo.lock

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

4 changes: 2 additions & 2 deletions pkgs/by-name/mo/motoc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

rustPlatform.buildRustPackage rec {
pname = "motoc";
version = "0.2.0";
version = "0.3.1";

src = fetchFromGitHub {
owner = "galister";
repo = "motoc";
rev = "refs/tags/v${version}";
hash = "sha256-7p25F2bRba3LxS8UAkHvhb+GyOsKUMj7bhiK5ZJ0Jkk=";
hash = "sha256-119RWsAM5kKjsxA6wGdjhB99G31QaYlZBRaFCg5TtmI=";
};

cargoLock = {
Expand Down

0 comments on commit 5ff4f7b

Please sign in to comment.