recoverdm: 0.20-8 -> 0.20-9
Changelog: https://salsa.debian.org/pkg-security-team/recoverdm/-/blob/debian/0.20-9/debian/changelog Diff: https://salsa.debian.org/pkg-security-team/recoverdm/-/compare/debian%2F0.20-8...debian%2F0.20-9
This commit is contained in:
parent
322f0fc37c
commit
9b97e4ca32
@ -7,14 +7,14 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "recoverdm";
|
||||
version = "0.20-8";
|
||||
version = "0.20-9";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "salsa.debian.org";
|
||||
owner = "pkg-security-team";
|
||||
repo = "recoverdm";
|
||||
rev = "debian/${finalAttrs.version}";
|
||||
hash = "sha256-1iW3Ug85ZLGpvG29N5zJt8oooSQGnLsr+8XIcp4aSSM=";
|
||||
hash = "sha256-HLaiTeeqXn0mgRnG5FZflkPiDiB8CGzq4FR7lDj5oHI=";
|
||||
};
|
||||
|
||||
patches =
|
||||
@ -26,6 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
(patch "20_fix-typo-binary.patch")
|
||||
(patch "30-fix-BTS-mergebad-crash.patch")
|
||||
(patch "40_dev-c.patch")
|
||||
(patch "50_ftbfs-with-gcc-14.patch")
|
||||
./0001-darwin-build-fixes.patch
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user