nest: 3.7 -> 3.8

This commit is contained in:
R. Ryantm 2024-08-03 02:21:53 +00:00
parent adb3cee87d
commit 9913cedc5b

View File

@ -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 = ''