about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAndré Silva <123550+andresilva@users.noreply.github.com>2023-11-16 22:49:33 +0000
committerGitHub <noreply@github.com>2023-11-16 22:49:33 +0000
commit32a8f4c4d9f0334503dcecd0cc08b76b585739d6 (patch)
treef14b5898a27c37d5a818b9bf695bb3a9b3c35404 /pkgs
parent9462948df41d7cb691f8ded344877fb48b933a68 (diff)
parent4fac5fb24f959ab1d7e8fa7db6dfda7cf30cb2d0 (diff)
Merge pull request #267044 from iliayar/master
pyprland: 1.4.1 -> 1.5.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/py/pyprland/package.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/by-name/py/pyprland/package.nix b/pkgs/by-name/py/pyprland/package.nix
index 5af31a41de88d..751dbbd61e05c 100644
--- a/pkgs/by-name/py/pyprland/package.nix
+++ b/pkgs/by-name/py/pyprland/package.nix
@@ -2,7 +2,7 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "pyprland";
-  version = "1.4.1";
+  version = "1.5.3";
   format = "pyproject";
 
   disabled = python3Packages.pythonOlder "3.10";
@@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
     owner = "hyprland-community";
     repo = "pyprland";
     rev = version;
-    hash = "sha256-x/Rar80jwBX64pW+uv0edhlC44OP1b1e2vnJLFGlIms=";
+    hash = "sha256-PmE52pbEhc4+SkuyEeVUZoMVcbgK6CYA8HNwYPpgaIw=";
   };
 
   nativeBuildInputs = with python3Packages; [ poetry-core ];
@@ -26,7 +26,6 @@ python3Packages.buildPythonApplication rec {
     "pyprland.common"
     "pyprland.plugins"
     "pyprland.plugins.interface"
-    "pyprland.plugins.ironbar"
   ];
 
   meta = with lib; {