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

https://github.com/denesb/xfce4-i3-workspaces-plugin/compare/1.4.0...1.4.1
This commit is contained in:
Bobby Rong 2023-05-15 14:35:47 +08:00
parent 83df8d51b6
commit 47d41eda7c
No known key found for this signature in database

View File

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