plog: 1.1.9 -> 1.1.10

This commit is contained in:
R. Ryantm 2023-08-30 15:47:51 +00:00
parent c82284279d
commit 8028a9ffba

View file

@ -6,7 +6,7 @@
stdenv.mkDerivation rec {
pname = "plog";
version = "1.1.9";
version = "1.1.10";
outputs = [ "out" "dev" ];
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = "SergiusTheBest";
repo = pname;
rev = version;
hash = "sha256-CARTr1EEqXNJtp6XwHhr7aiRBiYR0cClzexpNCMaQJc=";
hash = "sha256-NZphrg9OB1FTY2ifu76AXeCyGwW2a2BkxMGjZPf4uM8=";
};
strictDeps = true;