Unverified Commit a150fb5e authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

reqable: 3.0.32 -> 3.0.33 (#479544)

parents 53235a8b 25292f22
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.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 = [