summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-01-12 13:13:16 -0500
committerGitHub <noreply@github.com>2023-01-12 13:13:16 -0500
commit23791352bfc3540af4e2b1200e6e939fb3ee84ab (patch)
tree551d33de395e2a41ea574a554242aae4079c3d25 /pkgs/tools
parentf52c2c6c56503fd00bb14525dd3634606fcfa397 (diff)
parent1eec181eaf51a94971fc9470a1c0bf9abc8c4450 (diff)
Merge pull request #210354 from r-ryantm/auto-update/ghostie
ghostie: 0.2.1 -> 0.3.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/ghostie/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/ghostie/default.nix b/pkgs/tools/misc/ghostie/default.nix
index 61143ed7d1bd..40e30b3867f5 100644
--- a/pkgs/tools/misc/ghostie/default.nix
+++ b/pkgs/tools/misc/ghostie/default.nix
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "ghostie";
- version = "0.2.1";
+ version = "0.3.0";
src = fetchFromGitHub {
owner = "attriaayush";
repo = "ghostie";
rev = "v${version}";
- sha256 = "sha256-O05PJa4YFD8+9BOojS7Ti1OYGxaROFKyGT9VJf5V58U=";
+ sha256 = "sha256-kdDdKI4nJqomA2h370JT180qQ+EkcLaF4NAG+PjydGE=";
};
- cargoSha256 = "sha256-YF808suqfeM156KkRGCCtGFsCdgQ4eu6n2P6yAVV7qc=";
+ cargoHash = "sha256-NI4V3j92OqBk99lDe6hJgaHmGRdEle7prayo2uGF7CE=";
nativeBuildInputs = [
pkg-config