Merge pull request #331891 from r-ryantm/auto-update/nest

nest: 3.7 -> 3.8
This commit is contained in:
tomberek
2024-08-04 14:50:27 -04:00
committed by GitHub
@@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "nest";
version = "3.7";
version = "3.8";
src = fetchFromGitHub {
owner = "nest";
repo = "nest-simulator";
rev = "v${version}";
hash = "sha256-EwhpsfRmBLJnPiH6hXQXgG9jSNoC2oqq5lZ6t038VpI=";
hash = "sha256-hysOe1ZZpCClVOGo0+UeCP7imAakXrZlnJ4V95zfiyA=";
};
postPatch = ''