xfce.xfce4-i3-workspaces-plugin: 1.4.1 -> 1.4.2

https://github.com/denesb/xfce4-i3-workspaces-plugin/compare/1.4.1...1.4.2
This commit is contained in:
Bobby Rong 2024-04-11 23:27:05 +08:00
parent 130b5db625
commit 19fb422a60
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "xfce4-i3-workspaces-plugin";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "denesb";
repo = "xfce4-i3-workspaces-plugin";
rev = version;
sha256 = "sha256-Ss3uUmNvBqiu7hUaSy98+YYrWs64LFGbV4DMAV+xkvA=";
sha256 = "sha256-CKpofupoJhe5IORJgij6gOGotB+dGkUDtTUdon8/JdE=";
};
nativeBuildInputs = [