Skip to content

Commit

Permalink
glance: 0.6.3 -> 0.6.4 (#368444)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Dec 28, 2024
2 parents dbbdd0b + 4b9af1a commit 702e6e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gl/glance/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "glance";
version = "0.6.3";
version = "0.6.4";

src = fetchFromGitHub {
owner = "glanceapp";
repo = "glance";
rev = "v${version}";
hash = "sha256-yLcRdgxp4g4H6pxsv342ub3P4Hmg3+mtFALuVMh7/j0=";
hash = "sha256-L3IBCh4pDeaErxl89s/1yMHoU8dYtRcmqcIgFiyGq2U=";
};

vendorHash = "sha256-BLWaYiWcLX+/DW7Zzp6/Mtw5uVxIVtfubB895hrZ+08=";
vendorHash = "sha256-6PDcUb2Rv+Shqb+wtsit8Yt9RSgN5tz+MeXrujZXDCo=";

excludedPackages = [ "scripts/build-and-ship" ];

Expand Down

0 comments on commit 702e6e7

Please sign in to comment.