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

Commits on Jan 26, 2020

  1. gpodder: 3.10.11 -> 3.10.12

    r-ryantm committed Jan 26, 2020
    Copy the full SHA
    c685471 View commit details

Commits on Jan 30, 2020

  1. gpodder: 3.10.11 -> 3.10.12 (#78507)

    gpodder: 3.10.11 -> 3.10.12
    Mic92 authored Jan 30, 2020
    Copy the full SHA
    afa36de View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/gpodder/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/gpodder/default.nix
Original file line number Diff line number Diff line change
@@ -5,14 +5,14 @@

python3Packages.buildPythonApplication rec {
pname = "gpodder";
version = "3.10.11";
version = "3.10.12";
format = "other";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "15f5z3cnch9lpzbz73l4wjykv9n74y8djz5db53la2ql4ihaxfz9";
sha256 = "0q95am079gg01dkivr972mm2k87y8z296a9yf7amzsf9hxfycdra";
};

patches = [