Skip to content

Commit

Permalink
Merge pull request NixOS#301315 from r-ryantm/auto-update/wallabag
Browse files Browse the repository at this point in the history
wallabag: 2.6.8 -> 2.6.9
  • Loading branch information
wegank committed Apr 9, 2024
2 parents 8f5c4e9 + 7090b51 commit caacb87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/web-apps/wallabag/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@

let
pname = "wallabag";
version = "2.6.8";
version = "2.6.9";
in
stdenv.mkDerivation {
inherit pname version;

# Release tarball includes vendored files
src = fetchurl {
url = "https://github.com/wallabag/wallabag/releases/download/${version}/wallabag-${version}.tar.gz";
hash = "sha256-pmQXafqpd5rTwBIYG9NnwIIPta6Ek7iYaPaHvz1s550=";
hash = "sha256-V4s5/y9fFAmZ+WnUxU03UyRivEihD1ZUKQOOq4TLEKw=";
};

patches = [
Expand Down

0 comments on commit caacb87

Please sign in to comment.