airtame: 4.13.1 -> 4.14.0 (#429598)

This commit is contained in:
Nick Cao
2025-07-31 16:06:34 -04:00
committed by GitHub
+2 -2
View File
@@ -67,11 +67,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "airtame-application";
version = "4.13.1";
version = "4.14.0";
src = fetchurl {
url = "https://downloads.airtame.com/app/latest/linux/Airtame-${finalAttrs.version}.deb";
hash = "sha256-3VvEsohH2siC2SxdrWSg0sjlbrBC2VR3NY5m6Q2YKHU=";
hash = "sha256-zOLafN4QFDt2xnn+B8ytz+IvN8R6qje+Sge2Zb5mRZI=";
};
nativeBuildInputs = [