planify: 4.7.2 -> 4.7.4

This commit is contained in:
R. Ryantm
2024-05-18 14:33:42 +00:00
parent 1814b56453
commit f6a977cc1a
+2 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.7.2";
version = "4.7.4";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-G0A3U0TUGL4RT1wpIXw/cIwDDlaLCPpo5QG6bJfoIYc=";
hash = "sha256-x76HasjETqXqE5yXE69/69NAYEWAksHSt0nYRq8/P0k=";
};
nativeBuildInputs = [