We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0927ff8 commit 4edd69eCopy full SHA for 4edd69e
pkgs/by-name/pl/planify/package.nix
@@ -28,13 +28,13 @@
28
29
stdenv.mkDerivation rec {
30
pname = "planify";
31
- version = "4.11.4";
+ version = "4.11.6";
32
33
src = fetchFromGitHub {
34
owner = "alainm23";
35
repo = "planify";
36
rev = version;
37
- hash = "sha256-ADNMSXvfeAT53coAtCu3CVCU5XUFhLbvAH3WPFoKJVE=";
+ hash = "sha256-tHn3677bfJgAZnOfDjBJ87DUzr+e9I2lnCke/cN4olE=";
38
};
39
40
nativeBuildInputs = [
0 commit comments