publii: 0.46.4 -> 0.46.5

This commit is contained in:
R. Ryantm
2025-04-25 12:39:38 +00:00
parent bca8c7d113
commit 8714916cb6
+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;