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

Commits on Mar 20, 2019

  1. opl3bankeditor: 2019-01-12 -> 1.5

    gnidorah committed Mar 20, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    greg-1-anderson Greg Anderson
    Copy the full SHA
    47dc305 View commit details

Commits on Mar 27, 2019

  1. Merge pull request #57976 from gnidorah/opl3bankeditor

    opl3bankeditor: 2019-01-12 -> 1.5
    ryantm authored Mar 27, 2019
    Copy the full SHA
    024fd02 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/audio/opl3bankeditor/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/audio/opl3bankeditor/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, qttools, alsaLib }:

stdenv.mkDerivation rec {
version = "2019-01-12";
version = "1.5";
pname = "OPL3BankEditor";

src = fetchFromGitHub {
owner = "Wohlstand";
repo = pname;
rev = "a254c923df5b385e140de6ae42cf4908af8728d3";
sha256 = "181zkr2zkv9xy6zijbzqbqf4z6phg98ramzh9hmwi5zcbw68wkqw";
rev = "v${version}";
sha256 = "16va5xfbyn2m63722ab5yph0l7kmghkbk6dkia93041mfhdyg9rc";
fetchSubmodules = true;
};