We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09a491c + d3e0d78 commit 25df838Copy full SHA for 25df838
pkgs/by-name/me/mergiraf/package.nix
@@ -11,18 +11,18 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "mergiraf";
14
- version = "0.7.0";
+ version = "0.8.0";
15
16
src = fetchFromGitea {
17
domain = "codeberg.org";
18
owner = "mergiraf";
19
repo = "mergiraf";
20
rev = "refs/tags/v${version}";
21
- hash = "sha256-6psvTt0r+s5GuPpy1PwdvnUJ8n+lfvC2lWfMYzMvUkg=";
+ hash = "sha256-CQriH0vZ+ZBSIZcj0MKQEojpugS2g4sCuDICmwLCUBE=";
22
};
23
24
useFetchCargoVendor = true;
25
- cargoHash = "sha256-IJ/ywVDHMdd37/jCLzkYyBNVEow9sdK6iSDHlCZXKK0=";
+ cargoHash = "sha256-nsWRysIupGC3w0L7OMChcgPPTHSwnmcKv58BTn51cY4=";
26
27
nativeCheckInputs = [
28
git
0 commit comments