Merge pull request #256985 from r-ryantm/auto-update/ghostie

ghostie: 0.3.0 -> 0.3.1
This commit is contained in:
Matthias Beyer 2023-09-24 11:02:07 +02:00 committed by GitHub
commit 2aba41bde1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = {