Merge pull request #252224 from wegank/ueberzugpp-bump

ueberzugpp: 2.9.0 -> 2.9.1
This commit is contained in:
Weijia Wang 2023-08-30 11:32:23 +02:00 committed by GitHub
commit 8243066068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,13 +30,13 @@
stdenv.mkDerivation rec {
pname = "ueberzugpp";
version = "2.9.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "jstkdng";
repo = "ueberzugpp";
rev = "v${version}";
hash = "sha256-n1cSHHPCx6igJmBxAbny7gntZQk4cMb358zx7f2lMi8=";
hash = "sha256-zI+ctJHxjDbAKjCFDpNgpQ6m6pPffd7TV5gmfPP/yv4=";
};
strictDeps = true;