tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
planify: 4.7.2 -> 4.7.4
R. Ryantm
2 years ago
f6a977cc
1814b564
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
office
planify
default.nix
+2
-2
pkgs/applications/office/planify/default.nix
···
28
29
stdenv.mkDerivation rec {
30
pname = "planify";
31
-
version = "4.7.2";
32
33
src = fetchFromGitHub {
34
owner = "alainm23";
35
repo = "planify";
36
rev = version;
37
-
hash = "sha256-G0A3U0TUGL4RT1wpIXw/cIwDDlaLCPpo5QG6bJfoIYc=";
38
};
39
40
nativeBuildInputs = [
···
28
29
stdenv.mkDerivation rec {
30
pname = "planify";
31
+
version = "4.7.4";
32
33
src = fetchFromGitHub {
34
owner = "alainm23";
35
repo = "planify";
36
rev = version;
37
+
hash = "sha256-x76HasjETqXqE5yXE69/69NAYEWAksHSt0nYRq8/P0k=";
38
};
39
40
nativeBuildInputs = [