3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #276768 from trofi/ofono-fix-digest

ofono: fix digest
This commit is contained in:
Nick Cao 2023-12-26 11:02:40 -05:00 committed by GitHub
commit f0d08a87c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
src = fetchzip {
url = "https://git.kernel.org/pub/scm/network/ofono/ofono.git/snapshot/ofono-${version}.tar.gz";
sha256 = "sha256-GxQfh/ps5oM9G6B1EVgnjo8LqHD1hMqdnju1PCQq3kA=";
sha256 = "sha256-mnh0qzmgPDfimN/M33HntYj90Xcgc/uF8tKbzeQV1Yg=";
};
patches = [