tabbed: 0.7 -> 0.8

This commit is contained in:
R. Ryantm 2024-03-20 00:19:19 +00:00
parent cdd619c9eb
commit 405ce27d01
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tabbed";
version = "0.7";
version = "0.8";
src = fetchgit {
url = "https://git.suckless.org/tabbed";
rev = finalAttrs.version;
hash = "sha256-Y1MgPwqMUoa2Rr4HmqjtPaQegUmQJWYkcbyFcJHAOBI=";
hash = "sha256-KpMWBnnoF4AGRKrG30NQsVt0CFfJXVdlXLLag0Dq0sU=";
};
inherit patches;