Merge pull request #301315 from r-ryantm/auto-update/wallabag

wallabag: 2.6.8 -> 2.6.9
This commit is contained in:
Weijia Wang 2024-04-09 15:04:57 +02:00 committed by GitHub
commit caacb878cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
let
pname = "wallabag";
version = "2.6.8";
version = "2.6.9";
in
stdenv.mkDerivation {
inherit pname version;
@ -23,7 +23,7 @@ stdenv.mkDerivation {
# 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 = [