tangled
alpha
login
or
join now
karitham.dev
/
dotfiles
0
fork
atom
a dotfile but it's really big
0
fork
atom
overview
issues
pulls
pipelines
malachite-fork-wip
karitham.dev
2 months ago
bcfd8ee2
4957f965
verified
This commit was signed with the committer's
known signature
.
karitham.dev
SSH Key Fingerprint:
SHA256:wKlJF5EVWw45ZGRngtuIazTHgb7Z9H8RdwNMsCA3CtM=
+4
-4
1 changed file
expand all
collapse all
unified
split
modules
pkgs
malachite.nix
+4
-4
modules/pkgs/malachite.nix
···
10
10
}:
11
11
stdenv.mkDerivation (finalAttrs: {
12
12
pname = "malachite";
13
13
-
version = "0.6.2";
13
13
+
version = "0.7.0";
14
14
15
15
src = fetchgit {
16
16
-
url = "https://tangled.org/ewancroft.uk/atproto-lastfm-importer";
17
17
-
rev = "10ae8f794a2066702ddbbcd11326664ede844879";
18
18
-
hash = "sha256-do2B348lUIkSaQfMCoVMcpi031BdfpzUXetyY2S17nI=";
16
16
+
url = "https://tangled.org/karitham.dev/atproto-lastfm-importer";
17
17
+
rev = "HEAD";
18
18
+
hash = "sha256-K3k8lTAO/zKijJmqNAPeJS8LMPqcXQYXmDEfwjKsab8=";
19
19
deepClone = false;
20
20
};
21
21