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