From 51d66a0b76251eaf82de37f78d47c8f969ae9de2 Mon Sep 17 00:00:00 2001 From: imgurbot12 Date: Wed, 10 Apr 2024 12:09:48 -0700 Subject: [PATCH] chore: upgrade nix version --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index d66eab3..1075678 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -11,7 +11,7 @@ }: rustPlatform.buildRustPackage rec { pname = "rmenu"; - version = "1.2.0"; + version = "1.2.1"; src = lib.cleanSource ../.;