mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 11:53:51 +00:00
Merge pull request #301315 from r-ryantm/auto-update/wallabag
wallabag: 2.6.8 -> 2.6.9
This commit is contained in:
commit
caacb878cd
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user