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

streamdeck-ui: 4.1.3 -> 4.1.4 (#514961)

parents b56bf8fc 4bb9ac5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "streamdeck-ui";
  version = "4.1.3";
  version = "4.1.4";
  pyproject = true;

  src = fetchFromGitHub {
    repo = "streamdeck-linux-gui";
    owner = "streamdeck-linux-gui";
    rev = "v${finalAttrs.version}";
    hash = "sha256-KpsW3EycYRYU5YOg7NNGv5eeZbS9MAikj0Ke2ybPzAU=";
    hash = "sha256-XRtIkDyLick9Pq55Br7lQb6FoygMs4DZEJoAD2/o+pQ=";
  };

  pythonRelaxDeps = [