mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
wallabag: 2.6.10 -> 2.6.12
This commit is contained in:
parent
7850571d67
commit
c7f322bcd5
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
let
|
||||
pname = "wallabag";
|
||||
version = "2.6.10";
|
||||
version = "2.6.12";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit pname version;
|
||||
|
@ -24,7 +24,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-a0j3tFQD7JcUV4kDcHWifodeu8KvoHn5gvVbxo86MP4=";
|
||||
hash = "sha256-o6IbFhDac6BUNjYqhRQXWoNVwkqkRLSYyhYoOz+IG80=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue