Unverified Commit b4484db7 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

xviewer: 3.4.7 -> 3.4.8 (#371641)

parents 48115772 ababf27d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@

stdenv.mkDerivation rec {
  pname = "xviewer";
  version = "3.4.7";
  version = "3.4.8";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = pname;
    rev = version;
    hash = "sha256-hRX+vSotjhoQ/fyFdCelr9IHZGUM8xaYHNfX2vD3nq0=";
    hash = "sha256-Wn1a/tGNIJNGbgDKoMMMo/oCXrqCXDM1nTUgCZt0O/U=";
  };

  nativeBuildInputs = [