reqable: 3.2.3 -> 3.2.10 (#540338)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-19 14:17:44 +00:00
committed by GitHub

View File

@@ -28,11 +28,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "reqable";
version = "3.2.3";
version = "3.2.10";
src = fetchurl {
url = "https://github.com/reqable/reqable-app/releases/download/${finalAttrs.version}/reqable-app-linux-x86_64.deb";
hash = "sha256-C1nBAr/vrkMdqG6PyLWatdhom8u+IDUYvQCQd+genS4=";
hash = "sha256-IojbkSAQK7eL2dR6ZqXXBCs/TWpEeB/SGYbuN70Ecnw=";
};
nativeBuildInputs = [