summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Tissot <benedikt.tissot@googlemail.com>2023-02-05 09:51:18 +0100
committerBenedikt Tissot <benedikt.tissot@googlemail.com>2023-02-05 09:51:18 +0100
commit2692bb8570e09a255a2e81a6f2f911df9d6b9ef4 (patch)
treea5f03363c064392b1432ce3ad44b88b539ead278
parenta034e64e9f109cd55d0995fa5d542b613ddfb179 (diff)
wallabag: fix source file for 2.5.3
Fixes this upstream issue https://github.com/wallabag/wallabag/issues/6269 where the wrong release file was created.
-rw-r--r--pkgs/servers/web-apps/wallabag/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/web-apps/wallabag/default.nix b/pkgs/servers/web-apps/wallabag/default.nix
index a9a81119fc1c..fda8dda9891a 100644
--- a/pkgs/servers/web-apps/wallabag/default.nix
+++ b/pkgs/servers/web-apps/wallabag/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
"https://static.wallabag.org/releases/wallabag-release-${version}.tar.gz"
"https://github.com/wallabag/wallabag/releases/download/${version}/wallabag-${version}.tar.gz"
];
- hash = "sha256-a30z9rdXcfc2eVuShEobgDWWHr9TfMwq9WwaWdrI3QU=";
+ hash = "sha256-3o5LFGPd4oFz3leKzCy7lIjQ3ELSLqZuIswptB7i24U=";
};
patches = [