Skip to content

Commit

Permalink
libsForQt5.qtstyleplugin-kvantum: 1.1.0 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 30, 2024
1 parent 8cf34f7 commit e25d68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/qtstyleplugin-kvantum/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "qtstyleplugin-kvantum${lib.optionalString isQt5 "5"}";
version = "1.1.0";
version = "1.1.1";

src = fetchFromGitHub {
owner = "tsujan";
repo = "Kvantum";
rev = "V${finalAttrs.version}";
hash = "sha256-i+QjVPSzWNPVQmQkB+u/3Wrvqqoz5OIjRdyZKXzxZh4=";
hash = "sha256-cGMS0lEtgd64rjeEfYwJplf9rva0FtpaQMCfxyramE8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit e25d68b

Please sign in to comment.