Unverified Commit 51f316bd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

embellish: 0.6.0 -> 0.6.1 (#490577)

parents f42c2657 903b2c63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [