Merge pull request #251495 from bobby285271/upd/planify

planify: 4.1 -> 4.1.1
This commit is contained in:
Bobby Rong 2023-08-27 09:08:36 +08:00 committed by GitHub
commit 9980d249ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [