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

Commits on Aug 19, 2019

  1. gmailieer: 0.10 -> 0.11

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/gmailieer/versions
    r-ryantm committed Aug 19, 2019
    Copy the full SHA
    7251849 View commit details
  2. Merge pull request #66888 from r-ryantm/auto-update/gmailieer

    gmailieer: 0.10 -> 0.11
    mmahut authored Aug 19, 2019
    Copy the full SHA
    f728dcf View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/gmailieer/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/gmailieer/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

python3Packages.buildPythonApplication rec {
name = "gmailieer-${version}";
version = "0.10";
version = "0.11";

src = fetchFromGitHub {
owner = "gauteh";
repo = "gmailieer";
rev = "v${version}";
sha256 = "0qv74marzdv99xc2jbzzcwx3b2hm6byjl734h9x42g4mcg5pq9yf";
sha256 = "0gjmb8s3d7nj9jp5zkz5q6a59777ay6b1sg4ghl8iw9m8l4h42xa";
};

propagatedBuildInputs = with python3Packages; [