yambar: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm 2024-04-29 06:27:23 +00:00
parent f2c7ecb8a4
commit 14527e4189

View file

@ -32,14 +32,14 @@
assert (x11Support || waylandSupport);
stdenv.mkDerivation (finalAttrs: {
pname = "yambar";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "dnkl";
repo = "yambar";
rev = finalAttrs.version;
hash = "sha256-+bNTEPGV5xaVXhsejyK+FCcJ9J06KS6x7/qo6P2DnZI=";
hash = "sha256-QCwwMpBYuMWYqxE2ugPFpG/QtZDW7VsSBYs5EqKYejA=";
};
outputs = [ "out" "man" ];