gImageReader 3.4.0 -> 3.4.1 https://github.com/manisandro/gImageReader/releases attrpath: gImageReader Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/misc/gImageReader/default.nix b/pkgs/applications/misc/gImageReader/default.nix index f570a044309..4e215f30fc3 100644 --- a/pkgs/applications/misc/gImageReader/default.nix +++ b/pkgs/applications/misc/gImageReader/default.nix @@ -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 = [ Successfully finished processing cachix "/nix/store/5gz6q6s5vyb1lwyfbdxnbrx4h0w2w2v7-gImageReader-3.4.1" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/manisandro/gImageReader/releases. meta.description for gImageReader is: A simple Gtk/Qt front-end to tesseract-ocr meta.homepage for gImageReader is: https://github.com/manisandro/gImageReader ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/manisandro/gImageReader/releases/tag/v3.4.1) - [Compare changes on GitHub](https://github.com/manisandro/gImageReader/compare/v3.4.0...v3.4.1) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.4.1 with grep in /nix/store/5gz6q6s5vyb1lwyfbdxnbrx4h0w2w2v7-gImageReader-3.4.1 - found 3.4.1 in filename of file in /nix/store/5gz6q6s5vyb1lwyfbdxnbrx4h0w2w2v7-gImageReader-3.4.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath gImageReader ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/5gz6q6s5vyb1lwyfbdxnbrx4h0w2w2v7-gImageReader-3.4.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A gImageReader https://github.com/r-ryantm/nixpkgs/archive/49ac11d92e93a7cdecbf460b2d591a7e4405a1cf.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/5gz6q6s5vyb1lwyfbdxnbrx4h0w2w2v7-gImageReader-3.4.1 ls -la /nix/store/5gz6q6s5vyb1lwyfbdxnbrx4h0w2w2v7-gImageReader-3.4.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @teto for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/213945 gImageReader 3.4.0 -> 3.4.1 https://github.com/manisandro/gImageReader/releases attrpath: gImageReader Checking auto update branch... No auto update branch exists Old version 3.4.0" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, cmake, pkg-config, libuuid , sane-backends, podofo, libjpeg, djvulibre, libxmlxx3, libzip, tesseract , intltool, poppler, json-glib , ninja , python3 # Gtk deps # upstream gImagereader supports Qt too , gobject-introspection, wrapGAppsHook , gtkmm3, gtksourceview3, gtksourceviewmm, gtkspell3, gtkspellmm, cairomm }: let variant = "gtk"; pythonEnv = python3.withPackages( ps: with ps;[ pygobject3 ] ); in stdenv.mkDerivation rec { pname = "gImageReader"; version = "3.4.1"; src = fetchFromGitHub { owner= "manisandro"; repo = "gImageReader"; rev = "v${version}"; sha256 = "sha256-vW4FbviMHBiJ3rwJY/yS7JDOoCT72nGV6jEeo+k6ylU="; }; nativeBuildInputs = [ cmake ninja intltool pkg-config pythonEnv # Gtk specific wrapGAppsHook gobject-introspection ]; buildInputs = [ libxmlxx3 libzip libuuid sane-backends podofo libjpeg djvulibre tesseract poppler # Gtk specific gtkmm3 gtkspell3 gtkspellmm gtksourceview3 gtksourceviewmm cairomm json-glib ]; # interface type can be where is either gtk, qt5, qt4 cmakeFlags = [ "-DINTERFACE_TYPE=${variant}" ]; meta = with lib; { description = "A simple Gtk/Qt front-end to tesseract-ocr"; homepage = "https://github.com/manisandro/gImageReader"; license = licenses.gpl3Plus; maintainers = with maintainers; [teto]; platforms = platforms.linux; }; }