Merge pull request #137537 from r-ryantm/auto-update/yambar

yambar: 1.6.2 -> 1.7.0
This commit is contained in:
Anderson Torres 2021-09-12 21:36:27 -03:00 committed by GitHub
commit 5e8507393b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [