We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2e2e2 commit 787d6fdCopy full SHA for 787d6fd
pkgs/by-name/re/reqable/package.nix
@@ -28,11 +28,11 @@
28
29
stdenv.mkDerivation (finalAttrs: {
30
pname = "reqable";
31
- version = "2.33.12";
+ version = "3.0.22";
32
33
src = fetchurl {
34
url = "https://github.com/reqable/reqable-app/releases/download/${finalAttrs.version}/reqable-app-linux-x86_64.deb";
35
- hash = "sha256-LCHeJUzTRjl/lh3PWygZV0Rd3AxJEGlTkVrI/5l+Go4=";
+ hash = "sha256-ZvvOn9xGu8LnGORgRve949CGxsot7YvP8XiUB17Lda0=";
36
};
37
38
nativeBuildInputs = [
0 commit comments