tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
tinystatus: 0-unstable-2021-07-09 -> 0-unstable-2025-03-27
mivorasu
7 months ago
6db08993
c46d1ce2
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ti
tinystatus
package.nix
+3
-3
pkgs/by-name/ti/tinystatus/package.nix
···
16
16
17
17
stdenvNoCC.mkDerivation (finalAttrs: {
18
18
pname = "tinystatus";
19
19
-
version = "0-unstable-2021-07-09";
19
19
+
version = "0-unstable-2025-03-27";
20
20
21
21
src = fetchFromGitHub {
22
22
owner = "bderenzo";
23
23
repo = "tinystatus";
24
24
-
rev = "fc128adf240261ac99ea3e3be8d65a92eda52a73";
25
25
-
hash = "sha256-FvQwibm6F10l9/U3RnNTGu+C2JjHOwbv62VxXAfI7/s=";
24
24
+
rev = "169ee0bb2efe4531080936d1e2a46e451feebe3e";
25
25
+
hash = "sha256-nPrABKKIDP1n1rhcojFJJ15kqa5b4s7F/wMAgD/eVBw=";
26
26
};
27
27
28
28
nativeBuildInputs = [ makeWrapper ];