Skip to content

Commit

Permalink
[Backport release-24.11] gh-contribs: 0.9.0 -> 0.10.1 (#369909)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Jan 1, 2025
2 parents 9ff05aa + 35eac59 commit 51270ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gh/gh-contribs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
}:
stdenvNoCC.mkDerivation rec {
pname = "gh-contribs";
version = "0.9.0";
version = "0.10.1";

src = fetchFromGitHub {
owner = "MintArchit";
repo = "gh-contribs";
rev = "v${version}";
hash = "sha256-yPJ9pmnbqR+fXH02Q5VMn0v2MuDQbPUpNzKw1awmKVE=";
hash = "sha256-fqyxq/lpMcLXOYY0MNI5uv8Go2erpg7dEIsEI+ExSVI=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 51270ee

Please sign in to comment.