Merge pull request #307223 from adamcstephens/nixd/2.1.0

nixd: 2.0.2 -> 2.1.0
This commit is contained in:
Adam C. Stephens 2024-04-27 12:29:36 -04:00 committed by GitHub
commit 7c4a1300ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nixd";
version = "2.0.2";
version = "2.1.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixd";
rev = finalAttrs.version;
hash = "sha256-K6atInl+/58nzMj4JJHds//HY7luBRmX79g+Arj6iUw=";
hash = "sha256-4CApj9noGfV31em2S4dDGy2BV++FR0FkYBBBh+q0JRk=";
};
mesonBuildType = "release";