publii: 0.46.2 -> 0.46.3

This commit is contained in:
R. Ryantm
2024-12-23 12:39:31 +00:00
parent 605126dd32
commit ceede88194
+2 -2
View File
@@ -28,11 +28,11 @@
stdenv.mkDerivation rec {
pname = "publii";
version = "0.46.2";
version = "0.46.3";
src = fetchurl {
url = "https://getpublii.com/download/Publii-${version}.deb";
hash = "sha256-evNCXIhqKi23m/J3AoAW7u21neu6+hBFzAZ9MGz4YZ4=";
hash = "sha256-fbK9DVdwjzoxYMvR0EXpZ1Uv3CIMIVAdYcgRdD1p0F4=";
};
dontConfigure = true;