Commit 80e18728 authored by R. RyanTM's avatar R. RyanTM Committed by Matthieu Coudron
Browse files

gImageReader: 3.4.1 -> 3.4.2

parent 90029082
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "gImageReader";
  version = "3.4.1";
  version = "3.4.2";

  src = fetchFromGitHub {
    owner= "manisandro";
    repo = "gImageReader";
    rev = "v${version}";
    sha256 = "sha256-vW4FbviMHBiJ3rwJY/yS7JDOoCT72nGV6jEeo+k6ylU=";
    sha256 = "sha256-yBkVeufRRoSAc20/8mV39widBPloHFz12K7B4Y9xiWg=";
  };

  nativeBuildInputs = [