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

Commits on Apr 23, 2019

  1. klavaro: 3.04 -> 3.05 (#59554)

    * klavaro: 3.04 -> 3.05
    
    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/klavaro/versions
    r-ryantm authored and c0bw3b committed Apr 23, 2019
    Copy the full SHA
    e95e702 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/games/klavaro/default.nix
8 changes: 4 additions & 4 deletions pkgs/games/klavaro/default.nix
Original file line number Diff line number Diff line change
@@ -2,15 +2,15 @@

stdenv.mkDerivation rec {
name = "klavaro-${version}";
version = "3.04";
version = "3.05";

src = fetchurl {
url = "mirror://sourceforge/klavaro/${name}.tar.bz2";
sha256 = "148vznikdn424938fmizgd281ky7311q51mw2zfzrallj87dzbqf";
sha256 = "046xc7is1jz5azkwrb7i9wdqkz8hdm68ga02g6whmi53130wd0py";
};

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ makeWrapper intltool curl gtk3 ];
nativeBuildInputs = [ intltool makeWrapper pkgconfig ];
buildInputs = [ curl gtk3 ];

postInstall = ''
wrapProgram $out/bin/klavaro \