update hash format

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Valentin Gagarin 2022-06-06 23:48:20 +02:00 committed by fricklerhandwerk
parent 7d184531ad
commit fd3292cafc

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation {
repo = "sigtop"; repo = "sigtop";
# `portable` branch # `portable` branch
rev = "945c5844d25e2b130809334cbc8f3fa1cd85aaf9"; rev = "945c5844d25e2b130809334cbc8f3fa1cd85aaf9";
sha256 = "1gmxyjx7kbr2n33aq84ipa2pfhrdw7v7ggz01qd54nqyvp8hdbzs"; sha256 = "sha256-6Ifs8fsNpE3AstNt3Elyy908sQ4JzE1H8DbUeWhGnLE=";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];