reqable: 3.0.30 -> 3.0.31 (#475706)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-01 16:46:05 +00:00
committed by GitHub

View File

@@ -28,11 +28,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "reqable";
version = "3.0.30";
version = "3.0.31";
src = fetchurl {
url = "https://github.com/reqable/reqable-app/releases/download/${finalAttrs.version}/reqable-app-linux-x86_64.deb";
hash = "sha256-tqeTcM0+RClOgWY72NJAFJAe62zbqAtdsIe//nZ3Kjs=";
hash = "sha256-GNxSGw00nnM9bN46sL7G4KcXnJ3gDXv8Xf3N0qbL/ao=";
};
nativeBuildInputs = [