mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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: {
|
||||
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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue