Unverified Commit 7143bd7e authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

embellish: 0.5.1 -> 0.6.0 (#481259)

parents f402e452 ae4911ac
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.5.1";
  version = "0.6.0";

  src = fetchFromGitHub {
    owner = "getnf";
    repo = "embellish";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Db7/vo9LVE7IeFFHx/BKs+qxzsvuB+6ZLRb7A1NHrxQ=";
    hash = "sha256-2WPOXrEhnFP3NHE+MksREYlIoGN8AJE7Y2aw3ObVHeM=";
  };

  nativeBuildInputs = [