planify: 4.9.0 -> 4.10.5

This commit is contained in:
R. Ryantm
2024-08-03 22:11:49 +00:00
committed by Florian Brandes
parent 046540823e
commit 8fce5be6fa

View File

@@ -28,13 +28,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "planify"; pname = "planify";
version = "4.9.0"; version = "4.10.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alainm23"; owner = "alainm23";
repo = "planify"; repo = "planify";
rev = version; rev = version;
hash = "sha256-zNQe0w8Vbe+ZIYTer1ISwJ6yA4dOdDtuWme5txcbY3w="; hash = "sha256-tjU7/JZjJqH9H/EWMoAbRurJtIDv8BTT938EnJicTv4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [