Commit e6c6afb3 authored by R. RyanTM's avatar R. RyanTM
Browse files

reqable: 3.0.31 -> 3.0.32

parent 7648a267
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,11 +28,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "reqable";
  version = "3.0.31";
  version = "3.0.32";

  src = fetchurl {
    url = "https://github.com/reqable/reqable-app/releases/download/${finalAttrs.version}/reqable-app-linux-x86_64.deb";
    hash = "sha256-GNxSGw00nnM9bN46sL7G4KcXnJ3gDXv8Xf3N0qbL/ao=";
    hash = "sha256-7Pk3LWi5wUz1P2UkTxU21x5P0DNmmaCbZAXqq2UCrb8=";
  };

  nativeBuildInputs = [