ueberzugpp: 2.9.1 -> 2.9.2

This commit is contained in:
Weijia Wang 2023-09-20 00:14:31 +02:00
parent 90040cd36a
commit de52f528c2

View file

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