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: 3c4f90c42223
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: da1903907d73
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 8, 2018

  1. rapid-photo-downloader: 0.9.12 -> 0.9.13

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/rapid-photo-downloader/versions
    r-ryantm committed Nov 8, 2018
    Copy the full SHA
    457e3d5 View commit details
  2. Merge pull request #49944 from r-ryantm/auto-update/rapid-photo-downl…

    …oader
    
    rapid-photo-downloader: 0.9.12 -> 0.9.13
    Mic92 authored Nov 8, 2018
    Copy the full SHA
    da19039 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/graphics/rapid-photo-downloader/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/rapid-photo-downloader/default.nix
Original file line number Diff line number Diff line change
@@ -6,11 +6,11 @@

python3Packages.buildPythonApplication rec {
pname = "rapid-photo-downloader";
version = "0.9.12";
version = "0.9.13";

src = fetchurl {
url = "https://launchpad.net/rapid/pyqt/${version}/+download/${pname}-${version}.tar.gz";
sha256 = "0nzahps7hs120xv2r55k293kialf83nx44x3jg85yh349rpqrii8";
sha256 = "1517w18sxil1gwd78jjbbixcd1b0sp05imnnd5h5lr8wl3f0szj0";
};

# Disable version check and fix install tests