agenda: 1.1.1 -> 1.1.2

This commit is contained in:
R. RyanTM 2021-08-15 00:36:49 +00:00
parent 74593328f7
commit 8a4fb6dc3d

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "agenda";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "dahenson";
repo = pname;
rev = version;
sha256 = "sha256-K6ZtYllxBzLUPS2qeSxtplXqayB1m49sqmB28tHDS14=";
sha256 = "sha256-tzGcqCxIkoBNskpadEqv289Sj5bij9u+LdYySiGdop8=";
};
nativeBuildInputs = [