Unverified Commit ca4d1cf6 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

systemctl-tui: 0.4.1 -> 0.5.0 (#484984)

parents 87cd614a 9403b799
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -8,17 +8,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "systemctl-tui";
  version = "0.4.1";
  version = "0.5.0";

  src = fetchFromGitHub {
    owner = "rgwood";
    repo = "systemctl-tui";
    # https://github.com/rgwood/systemctl-tui/issues/68#issuecomment-3735677971
    tag = "v${finalAttrs.version}-take2";
    hash = "sha256-6SN8c8gDVsvFFyrcFjdO70pJpVxWG/AbdB6V4mM5Q5Y=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-qm5CcBry1Cls/neZz4Q4jdNjN3vr3pdV0X7KWW0qP70=";
  };

  cargoHash = "sha256-4VlKJUxmxC1dIZYsUMLhNzOJTYacpddlKZUSwjKlzJ8=";
  cargoHash = "sha256-0wR8AaGfIlsQbYzwCI4xEGZ+tu1ETHRJ8VlLT5shkOk=";

  nativeInstallCheckInputs = [
    versionCheckHook