dillo-plus: 3.3.0 -> 3.3.0-unstable-2025-01-18

Fixes the build failure
This commit is contained in:
Francesco Gazzetta 2025-05-03 00:17:53 +02:00
parent 97e6d418ed
commit 4fc90629c2

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dillo-plus";
version = "3.3.0";
version = "3.3.0-unstable-2025-01-18";
src = fetchFromGitHub {
owner = "crossbowerbt";
repo = "dillo-plus";
rev = "v${finalAttrs.version}";
hash = "sha256-NLerc1GXTdzuGVshXn7faK4vOu7wDVMiQNTljOF7OhA=";
rev = "7d093e6bddcb3338938ea5959844e62ff1f9b76f";
hash = "sha256-7DZ+Ruu1sb+yKHSigdFEVe0xkrsQXSQ2esPhujD3Qrc=";
};
nativeBuildInputs = [