airtame: 4.12.0 -> 4.13.1

This commit is contained in:
R. Ryantm
2025-05-11 19:23:45 +00:00
parent b26b153a7c
commit 97caf78e9a
+2 -2
View File
@@ -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 = [