ghostie: 0.3.0 -> 0.3.1

+2 -2
+2 -2
pkgs/tools/misc/ghostie/default.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "ghostie"; 13 - version = "0.3.0"; 14 15 src = fetchFromGitHub { 16 owner = "attriaayush"; 17 repo = "ghostie"; 18 rev = "v${version}"; 19 - sha256 = "sha256-kdDdKI4nJqomA2h370JT180qQ+EkcLaF4NAG+PjydGE="; 20 }; 21 22 cargoLock = {
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "ghostie"; 13 + version = "0.3.1"; 14 15 src = fetchFromGitHub { 16 owner = "attriaayush"; 17 repo = "ghostie"; 18 rev = "v${version}"; 19 + sha256 = "sha256-lEjJLmBA3dlIVxc8E+UvR7u154QGeCfEbxdgUxAS3Cw="; 20 }; 21 22 cargoLock = {