ghostie: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm 2023-09-24 00:00:06 +00:00
parent 9155f8dc6e
commit 2d54542af5

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "ghostie";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "attriaayush";
repo = "ghostie";
rev = "v${version}";
sha256 = "sha256-kdDdKI4nJqomA2h370JT180qQ+EkcLaF4NAG+PjydGE=";
sha256 = "sha256-lEjJLmBA3dlIVxc8E+UvR7u154QGeCfEbxdgUxAS3Cw=";
};
cargoLock = {