wallabag: 2.6.9 -> 2.6.10

This commit is contained in:
R. Ryantm
2024-12-08 11:07:52 +00:00
parent afe27494fa
commit 42e358e409
+2 -2
View File
@@ -15,7 +15,7 @@
let
pname = "wallabag";
version = "2.6.9";
version = "2.6.10";
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-V4s5/y9fFAmZ+WnUxU03UyRivEihD1ZUKQOOq4TLEKw=";
hash = "sha256-a0j3tFQD7JcUV4kDcHWifodeu8KvoHn5gvVbxo86MP4=";
};
patches = [