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

Commits on Nov 26, 2016

  1. wallabag: 2.1.3 -> 2.1.4

    schneefux committed Nov 26, 2016

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Copy the full SHA
    6b42bf4 View commit details

Commits on Nov 27, 2016

  1. Merge pull request #20742 from schneefux/wallabag

    wallabag: 2.1.3 -> 2.1.4
    Mic92 authored Nov 27, 2016
    Copy the full SHA
    f1f16ba 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.1.3";
version = "2.1.4";

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

src = fetchurl {
url = "https://framabag.org/wallabag-release-${version}.tar.gz";
sha256 = "0pl1sqigrp08r657jmfpf8m3wnw65g2k3mg50zsc8xbrzn6nwbgp";
sha256 = "0s4p9jls7jqq9jbcac21ibz9k5yxx0ifv2yhxlkia5kw9md20r7b";
};

outputs = [ "out" "doc" ];