File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkgs/by-name/ad/adguardhome Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010buildGoModule ( finalAttrs : {
1111 pname = "adguardhome" ;
12- version = "0.107.63 " ;
12+ version = "0.107.64 " ;
1313 src = fetchFromGitHub {
1414 owner = "AdguardTeam" ;
1515 repo = "AdGuardHome" ;
1616 tag = "v${ finalAttrs . version } " ;
17- hash = "sha256-yu+rw1is5Egs1O2mww8MGe48Cl74j7RULm4FB2JhQN4 =" ;
17+ hash = "sha256-UmgWRei3qVkPLtusnXDGeaobxMy1a3Nlb1kBqkcmpxA =" ;
1818 } ;
1919
20- vendorHash = "sha256-9w2P3kNSf8I6tGq3K0ULoV+qeq3rUzrevDC+mktfsis =" ;
20+ vendorHash = "sha256-EKQGbDLaEZGthdBr+Fj5pZ2TBCQ1Df+L9uuI0y/k7XU =" ;
2121
2222 dashboard = buildNpmPackage {
2323 inherit ( finalAttrs ) src ;
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ echo "got schema_version $schema_version"
1919
2020nix-update --subpackage dashboard adguardhome --version $version
2121
22- sed -i -r -e " s/schema_version\s*?=\s*?.*?;/schema_version = ${schema_version} ;/" " $dirname /default .nix"
22+ sed -i -r -e " s/schema_version\s*?=\s*?.*?;/schema_version = ${schema_version} ;/" " $dirname /package .nix"
You can’t perform that action at this time.
0 commit comments