Merge pull request #267997 from r-ryantm/auto-update/owntracks-recorder

owntracks-recorder: 0.9.5 -> 0.9.6
This commit is contained in:
Nick Cao
2023-11-17 09:36:16 -05:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "owntracks-recorder";
version = "0.9.5";
version = "0.9.6";
src = fetchFromGitHub {
owner = "owntracks";
repo = "recorder";
rev = finalAttrs.version;
hash = "sha256-N9qMMAIgmBUEscydJKBQneLcX8odOEXY+560lJJz52g=";
hash = "sha256-QpPZDh++WHIvIgml32UWtAe3tzh2x7lFUu2xdioNGW4=";
};
nativeBuildInputs = [