ivyterm: 1.0.4 -> 1.0.5 (#379371)

This commit is contained in:
Nick Cao
2025-02-04 17:45:48 -05:00
committed by GitHub
+3 -3
View File
@@ -12,17 +12,17 @@
rustPlatform.buildRustPackage rec {
pname = "ivyterm";
version = "1.0.4";
version = "1.0.5";
src = fetchFromGitHub {
owner = "Tomiyou";
repo = "ivyterm";
tag = "v${version}";
hash = "sha256-zp0crxn8dF/6Bxru08qmfjs12VOqKaxDxU3xlD6Gosk=";
hash = "sha256-Xr4oXg+kZPDImY7BlKUHwgi5AtCArH1vf3+s117luTQ=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Vm6EP/t6y6Ijb6RnHebdf1qMIAwoMjh0RJ77xyYV1ZM=";
cargoHash = "sha256-aBo+IAM+tAzUazw9XE80EACWyQtDIQjm33Q20p49L5s=";
nativeBuildInputs = [
pkg-config