repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python312Packages.vdf: avoid using pname for src.repo
[NixPkgs.git]
/
pkgs
/
os-specific
/
linux
/
jool
/
source.nix
blob
35ae6875aa57971dc77f3e309c1d42ff9eefa8dc
1
{ fetchFromGitHub }:
2
3
rec {
4
version = "4.1.13";
5
src = fetchFromGitHub {
6
owner = "NICMx";
7
repo = "Jool";
8
rev = "refs/tags/v${version}";
9
hash = "sha256-Uls3S53jdoGyJ5xUEipQ0Ev5LAp5wzF2DsaLZCy+6Gc=";
10
};
11
}