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

This commit is contained in:
nixpkgs-ci[bot]
2026-04-30 15:23:51 +00:00
committed by GitHub
+2 -2
View File
@@ -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 = [