_1oom: fix update script

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2025-06-03 19:02:15 +02:00
parent 3a0f9e256f
commit e6254ef686
+1 -1
View File
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
HACKING NEWS PHILOSOPHY README.md doc/*.txt
'';
passthru.updateScript = gitUpdater { rev-prefix = "f"; };
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
meta = with lib; {
homepage = "https://github.com/1oom-fork/1oom";