mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
dillo-plus: 3.3.0 -> 3.3.0-unstable-2025-01-18
Fixes the build failure
This commit is contained in:
parent
97e6d418ed
commit
4fc90629c2
1 changed files with 3 additions and 3 deletions
|
@ -14,13 +14,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "dillo-plus";
|
pname = "dillo-plus";
|
||||||
version = "3.3.0";
|
version = "3.3.0-unstable-2025-01-18";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "crossbowerbt";
|
owner = "crossbowerbt";
|
||||||
repo = "dillo-plus";
|
repo = "dillo-plus";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "7d093e6bddcb3338938ea5959844e62ff1f9b76f";
|
||||||
hash = "sha256-NLerc1GXTdzuGVshXn7faK4vOu7wDVMiQNTljOF7OhA=";
|
hash = "sha256-7DZ+Ruu1sb+yKHSigdFEVe0xkrsQXSQ2esPhujD3Qrc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue