Skip to content

Commit a6a1e64

Browse files
authored
mcat: 0.2.8 -> 0.3.0 (#411830)
2 parents a09d6bc + bb99f0d commit a6a1e64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mc/mcat-unwrapped/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
}:
77
rustPlatform.buildRustPackage (finalAttrs: {
88
pname = "mcat-unwrapped";
9-
version = "0.2.8";
9+
version = "0.3.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "Skardyy";
1313
repo = "mcat";
1414
tag = "v${finalAttrs.version}";
15-
hash = "sha256-XvZBikp+Q/pe80eOTQj2rKZ14kXEUBjIroWsh8xmr8A=";
15+
hash = "sha256-+uq2mqUpdpO5lStf4dj6nYpOff3LOL45fXB338mnlZ8=";
1616
};
1717

18-
cargoHash = "sha256-DIvKCPyqD82IgOqs7+fsAz3sj5IkXacxfZOttSEQ1aA=";
18+
cargoHash = "sha256-m1TJ255jwQOEGqz22t5CmrW0zRyGqgQls84yGK5taWU=";
1919

2020
passthru = {
2121
updateScript = nix-update-script { };

0 commit comments

Comments
 (0)