Unverified Commit 2aba41bd authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

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

ghostie: 0.3.0 -> 0.3.1
parents e5565406 2d54542a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = {