summary refs log tree commit diff
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2021-08-02 20:17:09 +0200
committerGitHub <noreply@github.com>2021-08-02 20:17:09 +0200
commit0d0a612f404ec5ce1bb0bec081812417563fb4eb (patch)
tree794b60a663104fe28311bc98b7aced9004e86576
parent43f5945e9fbbd7ef2c04ef1358cc2c8aa339e08a (diff)
parentbee0468d7ba37fffc19d509eaffdd49bf30ed9e1 (diff)
downloadnixpkgs-0d0a612f404ec5ce1bb0bec081812417563fb4eb.tar
nixpkgs-0d0a612f404ec5ce1bb0bec081812417563fb4eb.tar.gz
nixpkgs-0d0a612f404ec5ce1bb0bec081812417563fb4eb.tar.bz2
nixpkgs-0d0a612f404ec5ce1bb0bec081812417563fb4eb.tar.lz
nixpkgs-0d0a612f404ec5ce1bb0bec081812417563fb4eb.tar.xz
nixpkgs-0d0a612f404ec5ce1bb0bec081812417563fb4eb.tar.zst
nixpkgs-0d0a612f404ec5ce1bb0bec081812417563fb4eb.zip
Merge pull request #132353 from Ma27/bump-captive-browser
captive-browser: 2019-04-16 -> 2021-08-01
-rw-r--r--pkgs/applications/networking/browsers/captive-browser/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/browsers/captive-browser/default.nix b/pkgs/applications/networking/browsers/captive-browser/default.nix
index 335223883fa..d764f74b614 100644
--- a/pkgs/applications/networking/browsers/captive-browser/default.nix
+++ b/pkgs/applications/networking/browsers/captive-browser/default.nix
@@ -2,20 +2,20 @@
 
 buildGoPackage rec {
   pname = "captive-browser";
-  version = "2019-04-16";
+  version = "2021-08-01";
   goPackagePath = pname;
 
   src = fetchFromGitHub {
     owner  = "FiloSottile";
     repo   = "captive-browser";
-    rev    = "08450562e58bf9564ee98ad64ef7b2800e53338f";
-    sha256 = "17icgjg7h0xm8g4yy38qjhsvlz9pmlmj9kydz01y2nyl0v02i648";
+    rev    = "9c707dc32afc6e4146e19b43a3406329c64b6f3c";
+    sha256 = "sha256-65lPo5tpE0M/VyyvlzlcVSuHX4AhhVuqK0UF4BIAH/Y=";
   };
 
   meta = with lib; {
     description = "Dedicated Chrome instance to log into captive portals without messing with DNS settings";
     homepage = "https://blog.filippo.io/captive-browser";
     license = licenses.mit;
-    maintainers = with maintainers; [ volth ];
+    maintainers = with maintainers; [ volth ma27 ];
   };
 }