gotty: 1.5.0 -> 1.5.1 (#430505)

authored by Pavol Rusnak and committed by GitHub 9d1ce9c7 8476fcf9

+3 -3
+3 -3
pkgs/by-name/go/gotty/package.nix
··· 6 7 buildGoModule rec { 8 pname = "gotty"; 9 - version = "1.5.0"; 10 11 src = fetchFromGitHub { 12 owner = "sorenisanerd"; 13 repo = "gotty"; 14 rev = "v${version}"; 15 - sha256 = "sha256-VSu0ASnLmRzOGOEKqb/zB43+HxEwMpKLpbdbWY5QrEk="; 16 }; 17 18 - vendorHash = "sha256-XtqIiREtKg0LRnwOg8UyYrWUWJNQbCJUw+nVvaiN3GQ="; 19 20 # upstream did not update the tests, so they are broken now 21 # https://github.com/sorenisanerd/gotty/issues/13
··· 6 7 buildGoModule rec { 8 pname = "gotty"; 9 + version = "1.5.1"; 10 11 src = fetchFromGitHub { 12 owner = "sorenisanerd"; 13 repo = "gotty"; 14 rev = "v${version}"; 15 + sha256 = "sha256-6TFfBS/uZ5I/h1S22O5x8VaCBfjDtXDfk0stMZad7B4="; 16 }; 17 18 + vendorHash = "sha256-OcBwkA28k54rSZP66L+wdkiWPvUv7Z9pTlEK7/LXjBM="; 19 20 # upstream did not update the tests, so they are broken now 21 # https://github.com/sorenisanerd/gotty/issues/13