Skip to content

Commit

Permalink
application-title-bar: migrate fetchgit from rev to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Dec 25, 2024
1 parent c8a2abd commit 54ac1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ap/application-title-bar/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "antroids";
repo = "application-title-bar";
rev = "refs/tags/v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-K4wbEWmeXDxVkVSHCPU8u49A211ZXR1As1k47/ibj/c=";
};

Expand Down

0 comments on commit 54ac1fa

Please sign in to comment.