Unverified Commit 04f18357 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

plog: 1.1.10 -> 1.1.11 (#432679)

parents 93057d7e 786ac1ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

stdenv.mkDerivation rec {
  pname = "plog";
  version = "1.1.10";
  version = "1.1.11";

  outputs = [
    "out"
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
    owner = "SergiusTheBest";
    repo = "plog";
    rev = version;
    hash = "sha256-NZphrg9OB1FTY2ifu76AXeCyGwW2a2BkxMGjZPf4uM8=";
    hash = "sha256-/H7qNL6aPjmFYk0X1sx4CCSZWrAMQgPo8I9X/P50ln0=";
  };

  strictDeps = true;