Skip to content

Commit

Permalink
pkg: 1.21.2 -> 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed May 30, 2024
1 parent fed8baf commit 598d6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/pkg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "pkg";
version = "1.21.2";
version = "1.21.3";

src = fetchFromGitHub {
owner = "freebsd";
repo = "pkg";
rev = finalAttrs.version;
hash = "sha256-iiekjV/X9dAqk9WTxDgi6SK/XkI0aKEfN4Hopgid3Rw=";
hash = "sha256-9LWoacjisyaiR0spF5/k5SneIo09UaCHBE1mrewftd8=";
};

setOutputFlags = false;
Expand Down

0 comments on commit 598d6c9

Please sign in to comment.