Commit dd6ecb3f authored by jopejoe1's avatar jopejoe1
Browse files

libaccounts-glib: fix update script

parent 2fb5891c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
  ];

  passthru.updateScript = gitUpdater {
    rev = "VERSION_";
    rev-prefix = "VERSION_";
  };

  meta = with lib; {