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 a09d6bc + bb99f0d commit a6a1e64Copy full SHA for a6a1e64
pkgs/by-name/mc/mcat-unwrapped/package.nix
@@ -6,16 +6,16 @@
6
}:
7
rustPlatform.buildRustPackage (finalAttrs: {
8
pname = "mcat-unwrapped";
9
- version = "0.2.8";
+ version = "0.3.0";
10
11
src = fetchFromGitHub {
12
owner = "Skardyy";
13
repo = "mcat";
14
tag = "v${finalAttrs.version}";
15
- hash = "sha256-XvZBikp+Q/pe80eOTQj2rKZ14kXEUBjIroWsh8xmr8A=";
+ hash = "sha256-+uq2mqUpdpO5lStf4dj6nYpOff3LOL45fXB338mnlZ8=";
16
};
17
18
- cargoHash = "sha256-DIvKCPyqD82IgOqs7+fsAz3sj5IkXacxfZOttSEQ1aA=";
+ cargoHash = "sha256-m1TJ255jwQOEGqz22t5CmrW0zRyGqgQls84yGK5taWU=";
19
20
passthru = {
21
updateScript = nix-update-script { };
0 commit comments