Skip to content

Commit 8e311a3

Browse files
resterm: 0.22.0 -> 0.23.3 (#492653)
2 parents 9ee25d9 + 02691fc commit 8e311a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/re/resterm/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGoModule (finalAttrs: {
1010
pname = "resterm";
11-
version = "0.22.0";
11+
version = "0.23.3";
1212

1313
src = fetchFromGitHub {
1414
owner = "unkn0wn-root";
1515
repo = "resterm";
1616
tag = "v${finalAttrs.version}";
17-
sha256 = "sha256-ePWzD1y6UuNcM0nz1TaonUC83whhCg7kpO01xnpki5g=";
17+
sha256 = "sha256-FS+pStcAuoslrso1kmriyKhr2I8MdvvUnH262hMKLEg=";
1818
};
1919

20-
vendorHash = "sha256-q459U/zHaqaOwTlNtKc2hhpLWA8gMwIfwrmxThE3Ic4=";
20+
vendorHash = "sha256-UnjH2d0w+ttIE2QTsYvpvNVYT6m9d0TGcrIhNE0SjTI=";
2121

2222
# modernc.org/libc (via modernc.org/sqlite) tries to read /etc/protocols
2323
modPostBuild = ''

0 commit comments

Comments
 (0)