Skip to content

Commit 787d6fd

Browse files
committed
reqable: 2.33.12 -> 3.0.22
1 parent bb2e2e2 commit 787d6fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/re/reqable/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828

2929
stdenv.mkDerivation (finalAttrs: {
3030
pname = "reqable";
31-
version = "2.33.12";
31+
version = "3.0.22";
3232

3333
src = fetchurl {
3434
url = "https://github.com/reqable/reqable-app/releases/download/${finalAttrs.version}/reqable-app-linux-x86_64.deb";
35-
hash = "sha256-LCHeJUzTRjl/lh3PWygZV0Rd3AxJEGlTkVrI/5l+Go4=";
35+
hash = "sha256-ZvvOn9xGu8LnGORgRve949CGxsot7YvP8XiUB17Lda0=";
3636
};
3737

3838
nativeBuildInputs = [

0 commit comments

Comments
 (0)