summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-30 23:14:40 -0500
committerGitHub <noreply@github.com>2022-09-30 23:14:40 -0500
commit348518c7ef7a07ca17cdf2e4c090573e24f7d858 (patch)
tree1320d91594a5cdf3ace4f6d3921eeb997fd22948
parent4a758b5da3e987dd0e4107d5ce3382c0ae5478b1 (diff)
parent5b1af2f36330dfeb2586222756e76f39eb476e9e (diff)
Merge pull request #193833 from marsam/update-millet
millet: 0.3.11 -> 0.3.12
-rw-r--r--pkgs/development/tools/millet/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/millet/default.nix b/pkgs/development/tools/millet/default.nix
index abd786167a44..809a2cedbb2c 100644
--- a/pkgs/development/tools/millet/default.nix
+++ b/pkgs/development/tools/millet/default.nix
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "millet";
- version = "0.3.11";
+ version = "0.3.12";
src = fetchFromGitHub {
owner = "azdavis";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-6xuqzeYTbBirkleyrza4y1i2m4sWhTHizq5BtAtoIHo=";
+ sha256 = "sha256-VqcC5RWo7az1SyrdLmbModK9I5za33plXm/PJ8b7Pbk=";
};
- cargoSha256 = "sha256-DZCeEd/bg8/IlJ/3XgPc28tI8w8j/nH99Bj3HffuqtU=";
+ cargoSha256 = "sha256-1gU1SnKqLsIbipAbczu/WvAGxKHZ2NYhAqXwMAuISa0=";
postPatch = ''
rm .cargo/config.toml