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

Commits on Nov 27, 2019

  1. xournalpp: 1.0.15 -> 1.0.16

    sikmir committed Nov 27, 2019
    Copy the full SHA
    6b68bf9 View commit details

Commits on Nov 28, 2019

  1. xournalpp: 1.0.15 -> 1.0.16 (#74454)

    xournalpp: 1.0.15 -> 1.0.16
    Mic92 authored Nov 28, 2019
    Copy the full SHA
    472003f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/graphics/xournalpp/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/xournalpp/default.nix
Original file line number Diff line number Diff line change
@@ -23,13 +23,13 @@

stdenv.mkDerivation rec {
pname = "xournalpp";
version = "1.0.15";
version = "1.0.16";

src = fetchFromGitHub {
owner = "xournalpp";
repo = pname;
rev = version;
sha256 = "1q716hn2ajkxfba0dxp7vcnqfa31hx36ax09yz4d13sdw43rfjf4";
sha256 = "1bdmxxkcqpjvkckizmrz2839b4yspw4xv69bqkrrgkcyvxsr804w";
};

nativeBuildInputs = [ cmake gettext pkgconfig wrapGAppsHook ];