ueberzugpp: 2.9.3 -> 2.9.4

This commit is contained in:
Weijia Wang 2024-02-26 07:25:15 +01:00
parent be840e52ed
commit 026674af76

View file

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