publii: 0.46.4 -> 0.46.5 (#401744)

This commit is contained in:
Nick Cao
2025-04-27 09:36:57 -04:00
committed by GitHub
+2 -2
View File
@@ -28,11 +28,11 @@
stdenv.mkDerivation rec {
pname = "publii";
version = "0.46.4";
version = "0.46.5";
src = fetchurl {
url = "https://getpublii.com/download/Publii-${version}.deb";
hash = "sha256-06bPVsfWHASQFzsXr5QONZq27UaeXbMfqyuuKmTcjNE=";
hash = "sha256-VymAHQNv3N7Mqe8wiUfYawi1BooczLFClxuwaW8NetA=";
};
dontConfigure = true;