publii: 0.44.1 -> 0.44.2

This commit is contained in:
R. Ryantm 2023-12-24 19:39:59 +00:00
parent 42e8265222
commit 8811ed9838

View file

@ -25,11 +25,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "publii"; pname = "publii";
version = "0.44.1"; version = "0.44.2";
src = fetchurl { src = fetchurl {
url = "https://getpublii.com/download/Publii-${version}.deb"; url = "https://getpublii.com/download/Publii-${version}.deb";
hash = "sha256-jpEVn7Suv/mNdbxwnjmOMvMJizJLQCeE+aFbmprE52g="; hash = "sha256-L54Aa/LiGtOEZ/ks62KckOnH042TfprOl+35AE1FwTM=";
}; };
dontConfigure = true; dontConfigure = true;