3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #242622 from Emantor/bump/rauc

rauc: 1.9 -> 1.10
This commit is contained in:
Guillaume Girol 2023-07-14 10:35:02 +00:00 committed by GitHub
commit b715d0a930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,22 +18,15 @@
stdenv.mkDerivation rec {
pname = "rauc";
version = "1.9";
version = "1.10";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-VpHcJUTRZ5aJyfYypjVsYyRNrK0+9ci42mmlZQSkWAk=";
sha256 = "sha256-WiN2lTS6LCVCeVyX0/2rSDLL2tKsAhWSMa95fK05UOg=";
};
patches = [
(fetchpatch {
# Patch to install the man page when using meson, remove on package bump
url = "https://github.com/rauc/rauc/commit/756c677d031c435070a6900e6778d06961822261.patch";
hash = "sha256-QgIUagioRo61PeC0JyKjZtnauFiYP1Fz9wrxGEikBGI=";
})
];
passthru = {
updateScript = nix-update-script { };
};