overlay/readsb: pin by git rev instead of using mutable branch

This commit is contained in:
Astro 2021-12-10 20:26:24 +01:00
parent 4c55845d8a
commit e51da1d46f
1 changed files with 3 additions and 2 deletions

View File

@ -10,8 +10,9 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "Mictronics";
repo = name;
rev = "dev";
sha256 = "03hq9bjg9p6wysys7p0l3hzlfwzbp74k50yjd2n9lg3v1yc4vccl";
# branch "dev" as of 2021-12-10
rev = "b6c1bebc77d80a9366e31c13c73eea95e7a9296a";
sha256 = "0vg37cngbvahwb8wc6j5i605d8fn4ck0szy13xzw5b3q61aqvaqv";
};
nativeBuildInputs = [