mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Compare commits
12 commits
master
...
staging-ni
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
898a927db1 |
||
|
|
9087ac5715 |
||
|
|
40573e7f77 |
||
|
|
e42ef7ee44 |
||
|
|
4a0fcce008 |
||
|
|
1000f8c8c0 |
||
|
|
8e3daa795b |
||
|
|
5db7cbffff |
||
|
|
efca98b5ab |
||
|
|
66bf50f1aa |
||
|
|
14e9021444 | ||
|
|
6c4ea36aa2 |
2 changed files with 4 additions and 4 deletions
|
|
@ -11,11 +11,11 @@
|
|||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "mkfontscale";
|
||||
version = "1.2.3";
|
||||
version = "1.2.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://xorg/individual/app/mkfontscale-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-KSHNw0TxrO4EvNbqHilWXBMIJjAG4TSp7jjPnJ1v514=";
|
||||
hash = "sha256-oBSSoXqbbA7j+S7leIUOMFMVufKY2l8AahzUtR2wGl4=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
|
|
|||
|
|
@ -32,14 +32,14 @@ python3Packages.buildPythonApplication rec {
|
|||
# The websites yt-dlp deals with are a very moving target. That means that
|
||||
# downloads break constantly. Because of that, updates should always be backported
|
||||
# to the latest stable release.
|
||||
version = "2026.06.09";
|
||||
version = "2026.07.04";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "yt-dlp";
|
||||
repo = "yt-dlp";
|
||||
tag = version;
|
||||
hash = "sha256-ykqTDPzKKIWRGSQmw2esCRKyYqDZKXRYDeba888tkDU=";
|
||||
hash = "sha256-+oHcVylLXFJTRR6jXF6IXvgntXJz0tRdtnwTruRPkoc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue