publii: 0.46.5 -> 0.47.1

This commit is contained in:
R. Ryantm
2025-10-05 07:01:09 +00:00
parent 0832d1b3a0
commit 735d1ae1fc
+2 -2
View File
@@ -28,11 +28,11 @@
stdenv.mkDerivation rec {
pname = "publii";
version = "0.46.5";
version = "0.47.1";
src = fetchurl {
url = "https://getpublii.com/download/Publii-${version}.deb";
hash = "sha256-VymAHQNv3N7Mqe8wiUfYawi1BooczLFClxuwaW8NetA=";
hash = "sha256-X2rN/inGAxQWYg8OxTLtGzr4q4vUgCYCz3xuxCyCwkQ=";
};
dontConfigure = true;