Skip to content

Commit

Permalink
mitra: 3.13.0 -> 3.13.1 (NixOS#372215)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 9, 2025
2 parents 5981581 + 2996b12 commit e77f4ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/mi/mitra/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

rustPlatform.buildRustPackage rec {
pname = "mitra";
version = "3.13.0";
version = "3.13.1";

src = fetchFromGitea {
domain = "codeberg.org";
owner = "silverpill";
repo = "mitra";
rev = "v${version}";
hash = "sha256-OxOIsoS3f0zFbEpXKvnIpISq4Bzkjj50LuLFkfwLlzM=";
hash = "sha256-jAh3sWOHbqo5EpH+Ap/AOha2AKk6iwMvyUme6Ct96qI=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-J6EeJOx+1E7MjwDZK2mgMY5vrbpuNGWkbRxwjxnaKxk=";
cargoHash = "sha256-GDhdMShO+W05ny/hgXKcwDzcO9Stk3NM4U95ArImRYU=";

# require running database
doCheck = false;
Expand Down

0 comments on commit e77f4ab

Please sign in to comment.