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

Commits on Nov 25, 2018

  1. taglib_1_9: refresh meta

    c0bw3b authored Nov 25, 2018
    Copy the full SHA
    604b0f3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/taglib/1.9.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/taglib/1.9.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "taglib-1.9.1";

src = fetchurl {
url = http://taglib.github.io/releases/taglib-1.9.1.tar.gz;
url = https://taglib.github.io/releases/taglib-1.9.1.tar.gz;
sha256 = "06n7gnbcqa3r6c9gv00y0y1r48dyyazm6yj403i7ma0r2k6p3lvj";
};

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib ];

meta = {
homepage = http://developer.kde.org/~wheeler/taglib.html;
homepage = https://taglib.org/;
repositories.git = git://github.com/taglib/taglib.git;
description = "A library for reading and editing the meta-data of several popular audio formats";
inherit (cmake.meta) platforms;