Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c70d948c93df
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7ae098e1ddb2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 1, 2020

  1. imgproxy: 2.8.1 -> 2.11.0

    r-ryantm committed Apr 1, 2020
    Copy the full SHA
    11caa9b View commit details

Commits on Apr 2, 2020

  1. Merge pull request #83978 from r-ryantm/auto-update/imgproxy

    imgproxy: 2.8.1 -> 2.11.0
    marsam authored Apr 2, 2020
    Copy the full SHA
    7ae098e View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/servers/imgproxy/default.nix
6 changes: 3 additions & 3 deletions pkgs/servers/imgproxy/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "imgproxy";
version = "2.8.1";
version = "2.11.0";

src = fetchFromGitHub {
owner = pname;
repo = pname;
sha256 = "00hhgh6nrzg2blc6yl8rph5h5w7swlkbh0zgsj7xr0lkm10879pc";
sha256 = "1n91snf5sxsiy2r8y2nksw4ah70f70nxamy7k0ylgkpfxp4dxwb8";
rev = "v${version}";
};

modSha256 = "0kgd8lwcdns3skvd4bj4z85mq6hkk79mb0zzwky0wqxni8f73s6w";
modSha256 = "1fm3s1ksah0w86xv8xjhrbf5ia0ynfg2qgajnldy3dpdbxa3yh7s";

nativeBuildInputs = [ pkg-config ];