Unverified Commit 70fc6916 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ueberzugpp: 2.9.7 -> 2.9.8 (#456354)

parents 198e48e5 506e8c55
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@

stdenv.mkDerivation rec {
  pname = "ueberzugpp";
  version = "2.9.7";
  version = "2.9.8";

  src = fetchFromGitHub {
    owner = "jstkdng";
    repo = "ueberzugpp";
    rev = "v${version}";
    hash = "sha256-FR05vBKIMbGiOnugkBi8IkLfHU7LzNF2ihxD7FWWYGU=";
    hash = "sha256-BTOuOS0zCdYTTc47UHaGI6wqFEv6e71cD2XBZtnKGLU=";
  };

  strictDeps = true;