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 e095ab9 commit 07a84a3Copy full SHA for 07a84a3
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.28";
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-HFdLA2fig+EpsGbI/lwFasuvVqtAonumEjsd6jmXD54=";
36
};
37
38
nativeBuildInputs = [
0 commit comments