yambar: 1.6.2 -> 1.7.0

This commit is contained in:
R. RyanTM 2021-09-12 14:38:54 +00:00
parent e26b155274
commit 12259ba1b4

View File

@ -32,14 +32,14 @@ in
stdenv.mkDerivation rec {
pname = "yambar";
version = "1.6.2";
version = "1.7.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "dnkl";
repo = "yambar";
rev = version;
sha256 = "sha256-GPKR2BYl3ebxxXbVfH/oZLs7639EYwWU4ZsilJn0Ss8=";
sha256 = "sha256-NzJrlPOkzstMbw37yBTah/uFYezlPB/1hrxCiXduSmc=";
};
nativeBuildInputs = [