Skip to content

Commit 25df838

Browse files
mergiraf: 0.7.0 -> 0.8.0 (#406908)
Co-authored-by: genga898 <[email protected]>
2 parents 09a491c + d3e0d78 commit 25df838

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.7.0";
14+
version = "0.8.0";
1515

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

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

2727
nativeCheckInputs = [
2828
git

0 commit comments

Comments
 (0)