about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2022-12-07 17:11:53 +0100
committerGitHub <noreply@github.com>2022-12-07 17:11:53 +0100
commitf6a0924bd650d4d39ddf214e8fef052c610eec60 (patch)
tree86e289f5817a653846405c1c2ddb863afe10e0ca
parentb6466eae0a06fb3451912881143981c499d21424 (diff)
parentc1d77f6754e682c814a6a0544482c09d2ff58d52 (diff)
Merge pull request #203508 from DamienCassou/offpunk-1.7.1
-rw-r--r--pkgs/applications/networking/browsers/offpunk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/offpunk/default.nix b/pkgs/applications/networking/browsers/offpunk/default.nix
index 98a5b1cf50f84..82ba0cab8e24c 100644
--- a/pkgs/applications/networking/browsers/offpunk/default.nix
+++ b/pkgs/applications/networking/browsers/offpunk/default.nix
@@ -31,14 +31,14 @@ let
 in
 stdenv.mkDerivation (finalAttrs: {
   pname = "offpunk";
-  version = "1.6";
+  version = "1.7.1";
 
   src = fetchFromGitea {
     domain = "notabug.org";
     owner = "ploum";
     repo = "offpunk";
     rev = "v${finalAttrs.version}";
-    sha256 = "1pfafb96xk7vis26zhfq254waz1ic9p0zdkxwpqs84p3vsmny775";
+    sha256 = "1y1xb1ccsprl0xkn4hlh09j8y5xpdn6r860xlrmk12wfk2xrfbfy";
   };
 
   nativeBuildInputs = [ makeWrapper ];