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

Commits on Oct 7, 2019

  1. sakura: 3.6.0 -> 3.7.0

    Synthetica9 committed Oct 7, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    snyk-bot Snyk bot
    Copy the full SHA
    fbc1f39 View commit details

Commits on Oct 9, 2019

  1. sakura: 3.6.0 -> 3.7.0 (#70611)

    sakura: 3.6.0 -> 3.7.0
    dywedir authored Oct 9, 2019
    Copy the full SHA
    32113d5 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/misc/sakura/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/misc/sakura/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "sakura";
version = "3.6.0";
version = "3.7.0";

src = fetchurl {
url = "https://launchpad.net/sakura/trunk/${version}/+download/${pname}-${version}.tar.bz2";
sha256 = "1q463qm41ym7jb3kbzjz7b6x549vmgkb70arpkhsf86yxly1y5m1";
url = "https://launchpad.net/sakura/trunk/${version}/+download/${pname}-${version}.tar.gz";
sha256 = "15gskj5yv5qs3cj4ps43735kfx2nzjlhq4dk9ghirl8lvhhxsm5m";
};

nativeBuildInputs = [ cmake perl pkgconfig ];