ueberzugpp: 2.9.4 -> 2.9.5

This commit is contained in:
R. Ryantm 2024-05-11 13:22:51 +00:00
parent c0c22d9f5d
commit c1697d1e05

View File

@ -30,13 +30,13 @@
stdenv.mkDerivation rec {
pname = "ueberzugpp";
version = "2.9.4";
version = "2.9.5";
src = fetchFromGitHub {
owner = "jstkdng";
repo = "ueberzugpp";
rev = "v${version}";
hash = "sha256-D+7a+3Vxrt+XUq7c2F2eqi8ZGQ2eZd37aTqighWEKPs=";
hash = "sha256-BuVInCYpogkn1CnQ2hqLaTi1KJ0mHEEfRIOrTIg9duY=";
};
strictDeps = true;