reqable: 3.1.1 -> 3.1.2

This commit is contained in:
R. Ryantm
2026-05-26 17:46:05 +00:00
parent 90e103778c
commit 6e60ed900b
+2 -2
View File
@@ -28,11 +28,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "reqable";
version = "3.1.1";
version = "3.1.2";
src = fetchurl {
url = "https://github.com/reqable/reqable-app/releases/download/${finalAttrs.version}/reqable-app-linux-x86_64.deb";
hash = "sha256-AGOooC4H4NQ4CsuRsIg3oHh9LEfZL9KRdQGETe7uJm4=";
hash = "sha256-cz9bTFR5WUQNb0ImEe0qShcrRWfv4mcpdBQ3p7RFKeQ=";
};
nativeBuildInputs = [