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

Commits on Apr 22, 2019

  1. skrooge: 2.18.0 -> 2.19.0

    dtzWill committed Apr 22, 2019
    Copy the full SHA
    a9fca8a View commit details

Commits on Apr 24, 2019

  1. skrooge: 2.19.0 -> 2.19.1

    dtzWill committed Apr 24, 2019
    Copy the full SHA
    cbd1ef5 View commit details

Commits on Apr 28, 2019

  1. Merge pull request #60046 from dtzWill/update/skrooge-2.19.0

    skrooge: 2.18.0 -> 2.19.1
    dtzWill authored Apr 28, 2019
    Copy the full SHA
    1f0d362 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/office/skrooge/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/office/skrooge/default.nix
Original file line number Diff line number Diff line change
@@ -7,11 +7,11 @@

mkDerivation rec {
name = "skrooge-${version}";
version = "2.18.0";
version = "2.19.1";

src = fetchurl {
url = "http://download.kde.org/stable/skrooge/${name}.tar.xz";
sha256 = "00zk152clnmq8rjjnrxmd7lfflf2pnzljaw73bjjsb6r6vkxywa6";
sha256 = "04pajy540vwff1y84ndrnscvlggiwfkr6w65g4hpa75cg7m169ya";
};

nativeBuildInputs = [