owntracks-recorder: 0.9.8 -> 0.9.9 (#351190)

This commit is contained in:
Aleksana 2024-10-28 11:25:17 +08:00 committed by GitHub
commit 5e6e422ceb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [