owntracks-recorder: 0.9.9 -> 1.0.0 (#391285)

Co-authored-by: gaelreyrol <me@gaelreyrol.dev>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-19 22:12:32 +00:00
committed by GitHub
co-authored by gaelreyrol
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "owntracks-recorder";
version = "0.9.9";
version = "1.0.0";
src = fetchFromGitHub {
owner = "owntracks";
repo = "recorder";
rev = finalAttrs.version;
hash = "sha256-6oCWzTiQgpp75xojd2ZFsrg+Kd5/gex1BPQVOWHfMuk=";
hash = "sha256-E4hdsUAg8NHjmUrlr8cskezib4qMv+wF32cThe2/kBc=";
};
nativeBuildInputs = [