Skip to content

Commit 5b4f885

Browse files
authored
mergiraf: 0.6.0 -> 0.7.0 (#403299)
1 parent f177fe3 commit 5b4f885

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/me/mergiraf/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "mergiraf";
14-
version = "0.6.0";
14+
version = "0.7.0";
1515

1616
src = fetchFromGitea {
1717
domain = "codeberg.org";
1818
owner = "mergiraf";
1919
repo = "mergiraf";
2020
rev = "refs/tags/v${version}";
21-
hash = "sha256-1GiXGwNgJvA3uftLu2nWa2/Tp/koCybr2r/MXkJR6hk=";
21+
hash = "sha256-6psvTt0r+s5GuPpy1PwdvnUJ8n+lfvC2lWfMYzMvUkg=";
2222
};
2323

2424
useFetchCargoVendor = true;
25-
cargoHash = "sha256-+qnaxWkh0ZOi4gKSLHxSeFDMmJsUM9PHL7jaH3+6OhY=";
25+
cargoHash = "sha256-IJ/ywVDHMdd37/jCLzkYyBNVEow9sdK6iSDHlCZXKK0=";
2626

2727
nativeCheckInputs = [
2828
git

0 commit comments

Comments
 (0)