File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66} :
77
88let
9- stableRev = "ca23145d9899c9d4b7f035339e2f21cf3106aa79 " ; # nixpkgs-rev
9+ stableRev = "e7215ec9581d62b85a3b1b870cd40cc353a06816 " ; # nixpkgs-rev
1010 stableFetchFromGitHub = fetchFromGitHub {
1111 owner = "NixOS" ;
1212 repo = "nixpkgs" ;
1313 rev = stableRev ;
14- hash = "sha256-UxFzpSVQ7zZdd9bPc/sgCkbtSMwJkAKi82tas5FXgFI =" ; # nixpkgs-hash
14+ hash = "sha256-/PS45tTr/AN2x7rjT/fj1Scc5Fz0WjePt9davTICV8E =" ; # nixpkgs-hash
1515 } ;
1616 stableBuiltins = builtins . fetchTarball {
1717 url = ''https://github.com/NixOS/nixpkgs/archive/${ stableRev } .tar.gz'' ;
18- sha256 = "0ll0ay8v6nkbyfi05409ri4fsiha43xp7kynfxfkdvsh4njp64ak " ; # nixpkgs-sha256
18+ sha256 = "1hap08rbsnnpny7kfnplbkj1q9ymwgvlzqxsqxv07z7bskkbix7w " ; # nixpkgs-sha256
1919 } ;
2020 pkgsStableSrc = if fetchFromGitHub != null then stableFetchFromGitHub else stableBuiltins ;
2121 pkgsStable = import pkgsStableSrc ( {
Original file line number Diff line number Diff line change 11{ lib
22, callPackage
3- , fetchFromGitHub
43, gophernotes
54
65, attrs
@@ -13,23 +12,14 @@ with lib;
1312let
1413 common = callPackage ../common.nix { } ;
1514
16- gophernotesPatched = gophernotes . overrideAttrs ( _oldAttrs : {
17- src = fetchFromGitHub {
18- owner = "codedownio" ;
19- repo = "gophernotes" ;
20- rev = "6b18077f97aa913b73093beeb2152b2d51ee64af" ;
21- hash = "sha256-gSD2zUWka3cur5jkv4siYp2gJdxD+00bmJi6BZd0c+c=" ; # nixpkgs-hash
22- } ;
23-
24- vendorHash = "sha256-bGaXnd0E6dRNiwvGIn7Ptddrt7dRzPfkPThgHPuL2Vo=" ;
25-
15+ gophernotes' = gophernotes . overrideAttrs ( _oldAttrs : {
2616 # The upstream tests give the kernel a fixed retry budget to come up on a ZMQ port, which
2717 # isn't long enough on an emulated or loaded builder. The go suite covers the kernel anyway.
2818 doCheck = false ;
2919 } ) ;
3020
3121 argv = [
32- "${ gophernotesPatched } /bin/gophernotes"
22+ "${ gophernotes' } /bin/gophernotes"
3323 "{connection_file}"
3424 ] ;
3525
You can’t perform that action at this time.
0 commit comments