Skip to content

Commit 29da123

Browse files
committed
offpunk: 1.8->1.9
1 parent 2ea5e5d commit 29da123

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/applications/networking/browsers/offpunk

pkgs/applications/networking/browsers/offpunk/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ let
3131
in
3232
stdenv.mkDerivation (finalAttrs: {
3333
pname = "offpunk";
34-
version = "1.8";
34+
version = "1.9";
3535

3636
src = fetchFromSourcehut {
3737
owner = "~lioploum";
3838
repo = "offpunk";
3939
rev = "v${finalAttrs.version}";
40-
sha256 = "0xv7b3qkwyq55sz7c0v0pknrpikhzyqgr5y4y30cwa7jd8sn423f";
40+
sha256 = "sha256-sxX4/7jbNbLwHVfE1lDtjr/luby5zAf6Hy1RcwXZLBA=";
4141
};
4242

4343
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)