owntracks-recorder: 0.9.8 -> 0.9.9

This commit is contained in:
R. Ryantm 2024-10-25 14:36:13 +00:00
parent b50e35f98d
commit 7e9c4985ec

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "owntracks-recorder";
version = "0.9.8";
version = "0.9.9";
src = fetchFromGitHub {
owner = "owntracks";
repo = "recorder";
rev = finalAttrs.version;
hash = "sha256-h+hjcaa+Ooa8gErjzfX+p+S24fbnCOtjfliFWVj73dI=";
hash = "sha256-6oCWzTiQgpp75xojd2ZFsrg+Kd5/gex1BPQVOWHfMuk=";
};
nativeBuildInputs = [