reqable: 3.0.34 -> 3.0.37

This commit is contained in:
R. Ryantm
2026-01-25 22:56:05 +00:00
parent 19c30d3413
commit 87f7b80be5
+2 -2
View File
@@ -28,11 +28,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "reqable";
version = "3.0.34";
version = "3.0.37";
src = fetchurl {
url = "https://github.com/reqable/reqable-app/releases/download/${finalAttrs.version}/reqable-app-linux-x86_64.deb";
hash = "sha256-cKkrGvGnccU4sRzQ/LFzSh1yG1BViNz2E8aLUlzQaAI=";
hash = "sha256-AhrrVFS1lRrCNi9MkM+WqprGI2B2zf96aEjrdskSURE=";
};
nativeBuildInputs = [