Unverified Commit 8628dbeb authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

yaookctl: 0-unstable-2025-09-25 -> 0-unstable-2025-11-06 (#460974)

parents 26a29d17 87ed9649
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
python3.pkgs.buildPythonApplication {
  pname = "yaookctl";
  version = "0-unstable-2025-09-25";
  version = "0-unstable-2025-11-06";

  src = fetchFromGitLab {
    owner = "yaook";
    repo = "yaookctl";
    rev = "255dc7db8d532937be5b49f326ffcb346507b1e7";
    hash = "sha256-Hf+vmH4FrSMlNhYWeImn7//7Lt9k3nJoHT9LJwma3Yw=";
    rev = "8a4bd469e9731cccd4dc3de37f28d37247c0355c";
    hash = "sha256-aOZ4iXGgZyTphYvS90mcqENSOMv7L5L1BkwtorR0648=";
  };

  pyproject = true;