ueberzugpp: 2.9.6 -> 2.9.7

This commit is contained in:
R. Ryantm
2025-06-12 03:06:34 +00:00
parent 1ebb027426
commit c21b1335ba
+2 -2
View File
@@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "ueberzugpp";
version = "2.9.6";
version = "2.9.7";
src = fetchFromGitHub {
owner = "jstkdng";
repo = "ueberzugpp";
rev = "v${version}";
hash = "sha256-qo9Rwnx6Oh8DRcCBUMS3JVdNyx1iZSB2Z1qfptUoPFQ=";
hash = "sha256-FR05vBKIMbGiOnugkBi8IkLfHU7LzNF2ihxD7FWWYGU=";
};
strictDeps = true;