reqable: 3.0.32 -> 3.0.33 (#479544)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-13 15:27:13 +00:00
committed by GitHub
+2 -2
View File
@@ -28,11 +28,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "reqable";
version = "3.0.32";
version = "3.0.33";
src = fetchurl {
url = "https://github.com/reqable/reqable-app/releases/download/${finalAttrs.version}/reqable-app-linux-x86_64.deb";
hash = "sha256-7Pk3LWi5wUz1P2UkTxU21x5P0DNmmaCbZAXqq2UCrb8=";
hash = "sha256-Cb4cJsUvmlCupquE9o9VkxxHoTnRkvuAaximyABeBQk=";
};
nativeBuildInputs = [