Merge pull request #305483 from wegank/nest-hash

nest: fix hash
This commit is contained in:
Nikolay Korotkiy 2024-04-20 14:51:35 +04:00 committed by GitHub
commit 76d43a0848
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''