mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-28 09:50:38 +00:00
wallabag: 2.6.8 -> 2.6.9
This commit is contained in:
parent
33fcd9cff8
commit
7090b51ca6
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "wallabag";
|
pname = "wallabag";
|
||||||
version = "2.6.8";
|
version = "2.6.9";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
|||||||
# Release tarball includes vendored files
|
# Release tarball includes vendored files
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/wallabag/wallabag/releases/download/${version}/wallabag-${version}.tar.gz";
|
url = "https://github.com/wallabag/wallabag/releases/download/${version}/wallabag-${version}.tar.gz";
|
||||||
hash = "sha256-pmQXafqpd5rTwBIYG9NnwIIPta6Ek7iYaPaHvz1s550=";
|
hash = "sha256-V4s5/y9fFAmZ+WnUxU03UyRivEihD1ZUKQOOq4TLEKw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user