mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
fuzzel: 1.9.2 -> 1.10.0
- Switch to finalAttrs pattern
This commit is contained in:
parent
1042fd8b14
commit
2a16ac4174
@ -22,16 +22,16 @@
|
|||||||
|
|
||||||
assert svgSupport -> enableCairo;
|
assert svgSupport -> enableCairo;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "fuzzel";
|
pname = "fuzzel";
|
||||||
version = "1.9.2";
|
version = "1.10.0";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "codeberg.org";
|
domain = "codeberg.org";
|
||||||
owner = "dnkl";
|
owner = "dnkl";
|
||||||
repo = pname;
|
repo = "fuzzel";
|
||||||
rev = version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-X1P/ghX97KCQcrNk44Cy2IAGuZ8DDwHBWzh1AHLDvd4=";
|
hash = "sha256-4wTwsjnmPsg+kc05izeyXilzDO0LpD3g3PRBqgLPK2I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
depsBuildBuild = [
|
depsBuildBuild = [
|
||||||
@ -73,4 +73,4 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ fionera polykernel rodrgz ];
|
maintainers = with maintainers; [ fionera polykernel rodrgz ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user