Merge pull request #308530 from qwqawawow/update-nixd

nixd: 2.1.0 -> 2.1.2
This commit is contained in:
Atemu 2024-05-02 19:47:03 +02:00 committed by GitHub
commit e993524725
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nixd";
version = "2.1.0";
version = "2.1.2";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixd";
rev = finalAttrs.version;
hash = "sha256-4CApj9noGfV31em2S4dDGy2BV++FR0FkYBBBh+q0JRk=";
hash = "sha256-A6hoZ4fbWxd7Mx+r3e1HEw2IPaAn4WcMEIocy/ZCz28=";
};
mesonBuildType = "release";