We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ee25d9 + 02691fc commit 8e311a3Copy full SHA for 8e311a3
pkgs/by-name/re/resterm/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule (finalAttrs: {
10
pname = "resterm";
11
- version = "0.22.0";
+ version = "0.23.3";
12
13
src = fetchFromGitHub {
14
owner = "unkn0wn-root";
15
repo = "resterm";
16
tag = "v${finalAttrs.version}";
17
- sha256 = "sha256-ePWzD1y6UuNcM0nz1TaonUC83whhCg7kpO01xnpki5g=";
+ sha256 = "sha256-FS+pStcAuoslrso1kmriyKhr2I8MdvvUnH262hMKLEg=";
18
};
19
20
- vendorHash = "sha256-q459U/zHaqaOwTlNtKc2hhpLWA8gMwIfwrmxThE3Ic4=";
+ vendorHash = "sha256-UnjH2d0w+ttIE2QTsYvpvNVYT6m9d0TGcrIhNE0SjTI=";
21
22
# modernc.org/libc (via modernc.org/sqlite) tries to read /etc/protocols
23
modPostBuild = ''
0 commit comments