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

Commits on Jun 15, 2019

  1. wallabag: 2.3.7 -> 2.3.8

    schneefux authored and FRidh committed Jun 15, 2019
    Copy the full SHA
    b2405bf View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/web-apps/wallabag/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/web-apps/wallabag/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "wallabag-${version}";
version = "2.3.7";
version = "2.3.8";

# remember to rm -r var/cache/* after a rebuild or unexpected errors will occur

src = fetchurl {
url = "https://static.wallabag.org/releases/wallabag-release-${version}.tar.gz";
sha256 = "1kv2jy47darj6lysyxyaw5d5z5kwqdalbpv0hsg8i7zav09dw8z2";
sha256 = "1sr62hfk2f2rl5by48dg8yd1gchngjnc850as17wr3w287p1kwsq";
};

outputs = [ "out" ];