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: 8315cf5b1892
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1eac41929ca7
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 18, 2019

  1. shutter: 0.94.2 -> 0.94.3

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/shutter/versions
    r-ryantm authored and bjornfor committed Jun 18, 2019
    Copy the full SHA
    1eac419 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/graphics/shutter/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/graphics/shutter/default.nix
Original file line number Diff line number Diff line change
@@ -14,11 +14,11 @@ let
];
in
stdenv.mkDerivation rec {
name = "shutter-0.94.2";
name = "shutter-0.94.3";

src = fetchurl {
url = "https://launchpad.net/shutter/0.9x/0.94.2/+download/shutter-0.94.2.tar.gz";
sha256 = "0mas7npm935j4rhqqjn226822s9sa4bsxrkp0b5fjj3z096k6vw0";
url = "https://launchpad.net/shutter/0.9x/0.94.3/+download/shutter-0.94.3.tar.gz";
sha256 = "01wv5k6zqfqa2rss461lpdpjxpfk4awzfdc6j2qk6bh4g4zgmgl5";
};

nativeBuildInputs = [ makeWrapper ];