Skip to content

Commit

Permalink
Merge pull request #1 from technillogue/bump-pget
Browse files Browse the repository at this point in the history
upgrade pget to 0.1.1
  • Loading branch information
yorickvP authored Nov 27, 2023
2 parents d301da2 + e3c5e58 commit 783e19e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/pget.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ buildGoModule, fetchFromGitHub, lib }:
buildGoModule (rec {
pname = "pget";
version = "0.0.6";
version = "0.1.1";
src = fetchFromGitHub {
owner = "replicate";
repo = pname;
rev = "v${version}";
hash = "sha256-z/cTlTK+G18fCN5ht0au2wui+AgajeyOw+pSMgiEEHE=";
hash = "sha256-nKJCKN55a3wE3DE0cuIMEcXa7hVu9lBM1/uX/ojDmL8=";
};
vendorHash = "sha256-y1q/eL5vcpieAy1wo9QxTwMiKjn7QimZMZciEvSG6Zc=";
vendorHash = "sha256-elbFgpLf6dzg1xqWQgg9Vz0GtQkU5cBuC0q7WYIiWLM=";
ldflags = [
"-w" "-s"
];
Expand Down

0 comments on commit 783e19e

Please sign in to comment.