ueberzugpp: 2.9.6 -> 2.9.7 (#416028)

Co-authored-by: wegank <wegank@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-13 08:47:05 +00:00
committed by GitHub
+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;