mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
reprepro: 5.4.7 -> 5.4.8
This commit is contained in:
parent
1b65c95ad8
commit
bf58d07bd9
1 changed files with 7 additions and 3 deletions
|
|
@ -11,18 +11,22 @@
|
|||
libarchive,
|
||||
xz,
|
||||
zlib,
|
||||
gcc14Stdenv,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
let
|
||||
theStdenv = if stdenv.isDarwin then gcc14Stdenv else stdenv;
|
||||
in
|
||||
theStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "reprepro";
|
||||
version = "5.4.7";
|
||||
version = "5.4.8";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "salsa.debian.org";
|
||||
owner = "debian";
|
||||
repo = "reprepro";
|
||||
tag = "reprepro-${finalAttrs.version}";
|
||||
hash = "sha256-bGfVWOmcXvaE+t9jiZFrnaUTKVPJqGqbPFyThhKK8gQ=";
|
||||
hash = "sha256-qHqRLWRbSwmpKkUQ8JenUo+CY91EY/h4yHHmq4TacMg=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue