From 832412e6001aaf90038a90b3a8c507791cf9fd23 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 26 Aug 2023 09:28:05 +0800 Subject: [PATCH] planify: 4.1 -> 4.1.1 https://github.com/alainm23/planify/compare/4.1...adf3629bcacfc9978f6dde5b87eff0278533ab3e --- pkgs/applications/office/planify/default.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/office/planify/default.nix b/pkgs/applications/office/planify/default.nix index 59f603a1ae36..e4cca46bbd63 100644 --- a/pkgs/applications/office/planify/default.nix +++ b/pkgs/applications/office/planify/default.nix @@ -23,13 +23,16 @@ stdenv.mkDerivation rec { pname = "planify"; - version = "4.1"; + version = "4.1.1"; src = fetchFromGitHub { owner = "alainm23"; repo = "planify"; - rev = version; - sha256 = "sha256-H8TPuqKRwbcB+2NTC5ZIK7y6uiYbTT4svtx21FbTzME="; + # The commit is named as "Release 4.1.1", published to Flathub, but not tags + # https://github.com/flathub/io.github.alainm23.planify/commit/2a353ccfcf3379add6778d569f49da37f40accfa + # https://github.com/alainm23/planify/issues/1002 + rev = "adf3629bcacfc9978f6dde5b87eff0278533ab3e"; + hash = "sha256-xqklvSYmqBQ+IQ3lRjMbV4W4vD/rLCln7rBVCbYiBGo="; }; nativeBuildInputs = [