polar-bookshelf: move to live src on sourceforge

This commit is contained in:
Justin Restivo
2025-12-22 14:16:20 -05:00
parent 35a02217d3
commit af3d970355
+1 -1
View File
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
# fetching a .deb because there's no easy way to package this Electron app
src = fetchurl {
url = "https://github.com/burtonator/polar-bookshelf/releases/download/v${version}/polar-desktop-app-${version}-amd64.deb";
url = "mirror://sourceforge/polar-bookshelf.mirror/v${version}/polar-desktop-app-${version}-amd64.deb";
hash = "sha256-jcq0hW698bAhVM3fLQQeKAnld33XLkHsGjS3QwUpciQ=";
};