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

airtame: 4.12.0 -> 4.13.1 (#406250)

parents f79b5685 97caf78e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,11 +66,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "airtame-application";
  version = "4.12.0";
  version = "4.13.1";

  src = fetchurl {
    url = "https://downloads.airtame.com/app/latest/linux/Airtame-${finalAttrs.version}.deb";
    hash = "sha256-HTqJ637iPtiReFLoGdgKkpxW0UGRPvLjgMMcVV+cRfY=";
    hash = "sha256-3VvEsohH2siC2SxdrWSg0sjlbrBC2VR3NY5m6Q2YKHU=";
  };

  nativeBuildInputs = [