nest: fix hash

This commit is contained in:
Weijia Wang 2024-04-20 10:17:24 +02:00
parent d31751f63b
commit 5bc788216a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
owner = "nest";
repo = "nest-simulator";
rev = "v${version}";
hash = "sha256-KoeehD0HNG6Uafv6ICf8d4gjggJ7+/8RBJCpttf7AGk=";
hash = "sha256-EwhpsfRmBLJnPiH6hXQXgG9jSNoC2oqq5lZ6t038VpI=";
};
postPatch = ''