nixd: 2.0.2 -> 2.1.0

https://github.com/nix-community/nixd/releases/tag/2.1.0
This commit is contained in:
Adam Stephens 2024-04-27 14:15:43 +00:00
parent e549cab8bd
commit 793e3251c9
No known key found for this signature in database

View file

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