summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-06-23 19:18:40 +0800
committerGitHub <noreply@github.com>2022-06-23 19:18:40 +0800
commita917e59f793c46d01ac634087f3a002589a5cd03 (patch)
treecdab2227f62713b63eb8b79bbcc83f65c766a26d
parentf2eef30c0d02449d3913dd3c830e68afb27592aa (diff)
parent84fc9ca4a6e3dd53690edfdb8b32fb2ae4612265 (diff)
downloadnixpkgs-a917e59f793c46d01ac634087f3a002589a5cd03.tar
nixpkgs-a917e59f793c46d01ac634087f3a002589a5cd03.tar.gz
nixpkgs-a917e59f793c46d01ac634087f3a002589a5cd03.tar.bz2
nixpkgs-a917e59f793c46d01ac634087f3a002589a5cd03.tar.lz
nixpkgs-a917e59f793c46d01ac634087f3a002589a5cd03.tar.xz
nixpkgs-a917e59f793c46d01ac634087f3a002589a5cd03.tar.zst
nixpkgs-a917e59f793c46d01ac634087f3a002589a5cd03.zip
Merge pull request #178201 from r-ryantm/auto-update/i3-resurrect
i3-resurrect: 1.4.3 -> 1.4.5
-rw-r--r--pkgs/applications/window-managers/i3/i3-resurrect.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/i3/i3-resurrect.nix b/pkgs/applications/window-managers/i3/i3-resurrect.nix
index a765d2e298e..a84d97504bb 100644
--- a/pkgs/applications/window-managers/i3/i3-resurrect.nix
+++ b/pkgs/applications/window-managers/i3/i3-resurrect.nix
@@ -2,11 +2,11 @@
 
 buildPythonApplication rec {
   pname = "i3-resurrect";
-  version = "1.4.3";
+  version = "1.4.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0h181frdwpqfj9agw43qgicdvzv1i7xwky0vs0ksd8h18qxqp4hr";
+    sha256 = "sha256-13FKRvEE4vHq5G51G1UyBnfNiWeS9Q/SYCG16E1Sn4c=";
   };
 
   propagatedBuildInputs = [ click psutil xprop natsort i3ipc xdotool importlib-metadata ];