planify: 4.7.4 -> 4.8

This commit is contained in:
R. Ryantm 2024-06-01 14:36:29 +00:00 committed by Bobby Rong
parent 10100f9b1f
commit ddff6e2c20

View File

@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "planify";
version = "4.7.4";
version = "4.8";
src = fetchFromGitHub {
owner = "alainm23";
repo = "planify";
rev = version;
hash = "sha256-x76HasjETqXqE5yXE69/69NAYEWAksHSt0nYRq8/P0k=";
hash = "sha256-uzZYrn1nbDoLSYyO1Y2YJk35+1WfVckSgGproaHKTOQ=";
};
nativeBuildInputs = [