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

Commits on Jul 19, 2019

  1. abcm2ps: 8.14.4 -> 8.14.5

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/abcm2ps/versions
    r-ryantm committed Jul 19, 2019
    Copy the full SHA
    d831803 View commit details

Commits on Aug 10, 2019

  1. Merge pull request #65051 from r-ryantm/auto-update/abcm2ps

    abcm2ps: 8.14.4 -> 8.14.5
    mmahut authored Aug 10, 2019
    Copy the full SHA
    f93da32 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/audio/abcm2ps/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/audio/abcm2ps/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "abcm2ps-${version}";
version = "8.14.4";
version = "8.14.5";

src = fetchFromGitHub {
owner = "leesavide";
repo = "abcm2ps";
rev = "v${version}";
sha256 = "0k53yf8plkkwsgg2vk468fkhvvwxnz5jk77n1159l0g362k36p0n";
sha256 = "1i6db49khqy8bqg21cn90b1fvyw8mh1asdswzssr6dr2g8bhdwmq";
};

configureFlags = [