Skip to content

Commit 2dbb5d6

Browse files
application-title-bar: modernize
1 parent 669c7a8 commit 2dbb5d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ap/application-title-bar/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
lib,
3-
stdenv,
3+
stdenvNoCC,
44
fetchFromGitHub,
55
kdePackages,
66
nix-update-script,
77
}:
88

9-
stdenv.mkDerivation (finalAttrs: {
9+
stdenvNoCC.mkDerivation (finalAttrs: {
1010
pname = "application-title-bar";
1111
version = "0.7.3";
1212

1313
src = fetchFromGitHub {
1414
owner = "antroids";
1515
repo = "application-title-bar";
16-
rev = "v${finalAttrs.version}";
16+
rev = "refs/tags/v${finalAttrs.version}";
1717
hash = "sha256-kvFUz0m222jTGrkqLyYmnW0o4MXU9lLAsyk6QBAJHr8=";
1818
};
1919

0 commit comments

Comments
 (0)