charasay: 3.3.0 -> 3.3.1

This commit is contained in:
R. Ryantm
2026-06-15 00:26:27 +00:00
parent 83f27cec2b
commit db5d327875
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "charasay";
version = "3.3.0";
version = "3.3.1";
src = fetchFromGitHub {
owner = "latipun7";
repo = "charasay";
rev = "v${finalAttrs.version}";
hash = "sha256-NB2GDDFH9IW/c0acMojYHuzPrx0J3tjlDqjQa6ZRbN4=";
hash = "sha256-VkDOdZt0Z/kuBwFm5utXYsxT59a1uapU9ouzB1ymmXs=";
};
cargoHash = "sha256-i2CvwQXKKfYLdK0tKf/w4TepPyMo99v1I+kIr00PWcY=";
cargoHash = "sha256-6AczT5VvOryOlcOMNFxcHqy8K1sm4tbhb6+LsCNHW14=";
nativeBuildInputs = [ installShellFiles ];