Unverified Commit 1523f1c9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

uutils-login: 0-unstable-2026-02-10 -> 0-unstable-2026-02-17 (#492058)

parents f6f7a3da f7fba340
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "uutils-login";
  version = "0-unstable-2026-02-10";
  version = "0-unstable-2026-02-17";

  src = fetchFromGitHub {
    owner = "uutils";
    repo = "login";
    rev = "ac20bee6ad90261a6b506707c008e665b784647e";
    hash = "sha256-2is2UJSuHJsflcfrmJsSA5UFU6gLQ83cJSgvLiqjJBc=";
    rev = "71120650e42e1cfcbe0cb0c09d3e6c6bacdf49db";
    hash = "sha256-5SYFlltBoSMmX0IsdNRs6jRV5J3xNFYupH+X3TgNTUA=";
  };

  cargoHash = "sha256-SlVyUw7k4PFpyUHP8jlZaEaAgdqNgE2X/y7I/kP+GBs=";
  cargoHash = "sha256-iCS3n7nd5qVjTcMoTubQFl15ZY2cf0w91OBqtckNb44=";

  passthru.updateScript = nix-update-script {
    extraArgs = [ "--version=branch" ];