Unverified Commit 934c9da7 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

systemctl-tui: 0.5.1 -> 0.5.2 (#504745)

parents 73a57bd3 145ca3a1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "systemctl-tui";
  version = "0.5.1";
  version = "0.5.2";

  src = fetchFromGitHub {
    owner = "rgwood";
    repo = "systemctl-tui";
    tag = "v${finalAttrs.version}";
    hash = "sha256-KB8iOaN3ndi8uQq1t7TJ1IVHjJEeDBAQ5BRjxwR4Gjo=";
    hash = "sha256-r9bbEItk+DzVh6oFybaa8LZAAe35TyvvT6tuXOQlCSQ=";
  };

  cargoHash = "sha256-l2cIr+ENjGOBuB5rEO+ze2Ihhds2zfejvuY00YzLrf8=";
  cargoHash = "sha256-XLISZFxC3v0Hf0QX3P1HmrzACMBwFvB5hrAsZgYE7ig=";

  nativeInstallCheckInputs = [
    versionCheckHook
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  doInstallCheck = true;

  passthru = {
    updateScript = nix-update-script;
    updateScript = nix-update-script { };
  };

  meta = {