Skip to content

Commit dc5a9cd

Browse files
application-title-bar: 0.7.3 -> 0.7.5
1 parent 2dbb5d6 commit dc5a9cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenvNoCC.mkDerivation (finalAttrs: {
1010
pname = "application-title-bar";
11-
version = "0.7.3";
11+
version = "0.7.5";
1212

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

2020
propagatedUserEnvPkgs = with kdePackages; [ kconfig ];

0 commit comments

Comments
 (0)