about summary refs log tree commit diff
path: root/pkgs/servers/miniflux
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2021-06-08 09:37:17 +0200
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2021-06-08 09:37:17 +0200
commitd80a75fbd3840827aaf2637726b51453a8ad2634 (patch)
treeae48ac4348b01deba03a2c2872e977a8e2a5cbac /pkgs/servers/miniflux
parentc5bff358e90389c33ce3cfb23facc5e660fe82b8 (diff)
miniflux: 2.0.29 -> 2.0.31
Diffstat (limited to 'pkgs/servers/miniflux')
-rw-r--r--pkgs/servers/miniflux/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/miniflux/default.nix b/pkgs/servers/miniflux/default.nix
index e69014c4f4ae3..f66468b240f85 100644
--- a/pkgs/servers/miniflux/default.nix
+++ b/pkgs/servers/miniflux/default.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "miniflux";
-  version = "2.0.29";
+  version = "2.0.31";
 
 in buildGoModule {
   inherit pname version;
@@ -11,10 +11,10 @@ in buildGoModule {
     owner = pname;
     repo = pname;
     rev = version;
-    sha256 = "sha256-8FfI9TPtIoQ/D5AdKRy7fq/eGZ6ha8z0tqBnWcziMTA=";
+    sha256 = "sha256-01v5gwUv0SfX/9AJgo4HiBcmoCfQbnKIGcS26IebU2Q=";
   };
 
-  vendorSha256 = "sha256-y7w+SHy0yPws365PKJeRStZS3Y5vjyPWHK3w84VvJsI=";
+  vendorSha256 = "sha256-69iTdrjgBmJHeVa8Tq47clQR5Xhy4rWcp2OwS4nIw/c=";
 
   nativeBuildInputs = [ installShellFiles ];