Skip to content

Commit

Permalink
dstp: 0.4.0 -> 0.4.23 (#372837)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 11, 2025
2 parents 9530420 + 7fd551d commit 0339f16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ds/dstp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "dstp";
version = "0.4.0";
version = "0.4.23";

src = fetchFromGitHub {
owner = "ycd";
repo = pname;
rev = "v${version}";
sha256 = "sha256-YvuUgHHa8Egk+bbSI0SH0i3YrKWRbzjAckNG32RBRXw=";
sha256 = "sha256-QODp9IbIc2Z7N/xfRd0UV9r8t6RndOjdGe9hQXJyiN0=";
};

vendorHash = "sha256-qNH71MPKOC0ld7xxppjZrHSTJ6t8E0LljM1OzT7pM9g=";
vendorHash = "sha256-EE3xSRu7zAuQjaXCdTD924K6OamEkdxHYEaM0rW/O+o=";

# Tests require network connection, but is not allowed by nix
doCheck = false;
Expand Down

0 comments on commit 0339f16

Please sign in to comment.