Skip to content

Commit

Permalink
wallabag: 2.6.9 -> 2.6.10 (#363172)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 18, 2024
2 parents 94c65ec + 42e358e commit 2b462f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/wa/wallabag/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@

let
pname = "wallabag";
version = "2.6.9";
version = "2.6.10";
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-V4s5/y9fFAmZ+WnUxU03UyRivEihD1ZUKQOOq4TLEKw=";
hash = "sha256-a0j3tFQD7JcUV4kDcHWifodeu8KvoHn5gvVbxo86MP4=";
};

patches = [
Expand Down

0 comments on commit 2b462f1

Please sign in to comment.