planify: 4.7 -> 4.7.2

This commit is contained in:
R. Ryantm 2024-05-11 15:42:50 +00:00 committed by Bobby Rong
parent 4d3b25827a
commit 3671a682e9

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.7";
version = "4.7.2";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-5hiVTU1w3Rk/BdxYwDB0Y+EZFnSAaEWtx19IB1ak1yY=";
hash = "sha256-G0A3U0TUGL4RT1wpIXw/cIwDDlaLCPpo5QG6bJfoIYc=";
};
nativeBuildInputs = [