gImageReader: 3.4.0 -> 3.4.1

This commit is contained in:
R. Ryantm 2023-02-01 10:11:40 +00:00 committed by Matthieu Coudron
parent 8f7a2b6bc5
commit 0058cd8e69

View file

@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gImageReader";
version = "3.4.0";
version = "3.4.1";
src = fetchFromGitHub {
owner= "manisandro";
repo = "gImageReader";
rev = "v${version}";
sha256 = "sha256-lJ4wPLxVN3NERnru8vLreiWMEUip6xeCXAfoT8DcfiQ=";
sha256 = "sha256-vW4FbviMHBiJ3rwJY/yS7JDOoCT72nGV6jEeo+k6ylU=";
};
nativeBuildInputs = [