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

Commits on May 24, 2020

  1. lyra: 1.3 -> 1.4

    r-ryantm committed May 24, 2020
    Copy the full SHA
    b756e7f View commit details

Commits on May 25, 2020

  1. Merge pull request #88832 from r-ryantm/auto-update/lyra

    lyra: 1.3 -> 1.4
    marsam authored May 25, 2020
    Copy the full SHA
    bfdb43f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/lyra/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/lyra/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "lyra";
version = "1.3";
version = "1.4";

src = fetchFromGitHub {
owner = "bfgroup";
repo = "lyra";
rev = version;
sha256 = "0rpk1hadfcvjps5k307sddv23q73m2918wclfxfi6mj8l7gwkcn9";
sha256 = "08g6kqaj079aq7i6c1pwj778lrr3yk188wn1byxdd6zqpwrsv71q";
};

nativeBuildInputs = [ meson ninja ];