Merge pull request #293652 from r-ryantm/auto-update/publii

publii: 0.44.4 -> 0.45.0
This commit is contained in:
Nick Cao 2024-03-06 17:25:21 -05:00 committed by GitHub
commit 8b903fc304
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,11 +25,11 @@
stdenv.mkDerivation rec {
pname = "publii";
version = "0.44.4";
version = "0.45.0";
src = fetchurl {
url = "https://getpublii.com/download/Publii-${version}.deb";
hash = "sha256-Qk7Ix8VLfrgT4VbSIQFwB5oVfjgeSi8nttQWovptliw=";
hash = "sha256-hnIMg8WzmG29QSMsYP2YfAfM/Rqz2+PqpT7e9chTvlc=";
};
dontConfigure = true;