Unverified Commit e71cdce9 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

please-cli: 0.3.0 -> 0.4.2 (#377191)

parents 44ed1677 6871661b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "please-cli";
  version = "0.3.0";
  version = "0.4.2";

  src = fetchFromGitHub {
    owner = "TNG";
    repo = "please-cli";
    rev = "v${finalAttrs.version}";
    hash = "sha256-rJIR4eMhXL4K9iO7JxnkgWNsICV3hPQb0aobWNuHAG0=";
    hash = "sha256-wgH/43CQ8LCOwoidv9ciOiquHKoWAB6qlpeKN/JdcEc=";
  };

  nativeBuildInputs = [ makeBinaryWrapper ];