embellish: 0.6.0 -> 0.6.1 (#490577)

This commit is contained in:
Nick Cao
2026-02-16 22:42:38 +00:00
committed by GitHub
+2 -2
View File
@@ -20,13 +20,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "embellish";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "getnf";
repo = "embellish";
tag = "v${finalAttrs.version}";
hash = "sha256-2WPOXrEhnFP3NHE+MksREYlIoGN8AJE7Y2aw3ObVHeM=";
hash = "sha256-5aAeEFB2KCyHtOqBj2q1O7A8PXSQYcP92CCqVtUNIqU=";
};
nativeBuildInputs = [