1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-03 02:44:13 +03:00

Update nixpkgs and bootlogd version.

Hardening flags were enabled in nixpkgs so bootlogd needs to be
updated: https://github.com/mobile-nixos/bootlogd/pull/9
This commit is contained in:
Evgeny Kurnevsky 2023-07-20 12:20:21 +03:00
parent ba4638836e
commit 690cc5a0d0
No known key found for this signature in database
GPG Key ID: 8FF444E5412D750C
2 changed files with 5 additions and 5 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "bootlogd"; pname = "bootlogd";
version = "2020-02-02"; version = "2023-07-20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mobile-nixos"; owner = "mobile-nixos";
repo = "bootlogd"; repo = "bootlogd";
rev = "e5af793da15def578eb3b25cb2c02196267021b1"; rev = "b9a89f30c1c6987eeb4277a071808621d6251f4e";
sha256 = "0m6y1369xs8hds66q5z2bxd80vxwnkqsnppmkfqk6i1d2259i903"; sha256 = "sha256-9XC1NiOEU3+fk5qFhSFpn1Bb+ydoloDFZn0BPxTstV4=";
}; };
sourceRoot = "source/src"; sourceRoot = "source/src";

View File

@ -1,6 +1,6 @@
let let
sha256 = "sha256:1qm1ffipjsqrd2f3y1x8n8d9afc659plaxp131wh3ixvnmvqxiy6"; sha256 = "sha256:1gvi4vlq1cxyi3w2mqm939c5ib5509a2ycpwyki51jdgcpkh4x9c";
rev = "3e313808bd2e0a0669430787fb22e43b2f4bf8bf"; rev = "684c17c429c42515bafb3ad775d2a710947f3d67";
in in
builtins.trace "(Using pinned Nixpkgs at ${rev})" builtins.trace "(Using pinned Nixpkgs at ${rev})"
import (fetchTarball { import (fetchTarball {