Unverified Commit 14e033ba authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

systemctl-tui: 0.4.1 -> 0.4.1-take2 (#479173)

parents 024fe771 e799261c
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -13,11 +13,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
  src = fetchFromGitHub {
    owner = "rgwood";
    repo = "systemctl-tui";
    tag = "v${finalAttrs.version}";
    hash = "sha256-OzOc0osaKoRVuo+fBJOhsZAiFfm0ZHj6POUjRaIZGsc=";
    # https://github.com/rgwood/systemctl-tui/issues/68#issuecomment-3735677971
    tag = "v${finalAttrs.version}-take2";
    hash = "sha256-6SN8c8gDVsvFFyrcFjdO70pJpVxWG/AbdB6V4mM5Q5Y=";
  };

  cargoHash = "sha256-MSpex0G1RJsI5RCrAlSgeY2/6flndwCjdtopWfuXNts=";
  cargoHash = "sha256-4VlKJUxmxC1dIZYsUMLhNzOJTYacpddlKZUSwjKlzJ8=";

  nativeInstallCheckInputs = [
    versionCheckHook