cosmic-ext-ctl: 1.4.0 -> 1.5.0 (#403680)

This commit is contained in:
Nick Cao
2025-05-02 16:39:34 -04:00
committed by GitHub
+3 -3
View File
@@ -8,17 +8,17 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-ext-ctl";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "cosmic-ctl";
tag = "v${finalAttrs.version}";
hash = "sha256-4UbmzBKxJwpyzucPRguQV1078961goiQlhtDjOGz1kA=";
hash = "sha256-URqNhkC1XrXYxr14K6sT3TLso38eWLMA+WplBdj52Vg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-53lpHzHQ6SoZzd+h6O0NvSJHsPgbW0/kqnDrM5D6SWQ=";
cargoHash = "sha256-OL1LqOAyIFFCGIp3ySdvEXJ1ECp9DgC/8mfAPo/E7k4=";
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];