Unverified Commit ef0f3cb0 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

libsForQt5.qtstyleplugin-kvantum: 1.1.3 -> 1.1.4 (#386896)

parents c54d175b 2b88093c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "qtstyleplugin-kvantum${lib.optionalString isQt5 "5"}";
  version = "1.1.3";
  version = "1.1.4";

  src = fetchFromGitHub {
    owner = "tsujan";
    repo = "Kvantum";
    rev = "V${finalAttrs.version}";
    hash = "sha256-x2XsJ26y9y6IF9aY0fmAcvO4zmwLjvE2Lfvzw+GqchM=";
    hash = "sha256-49QnPwGQo4gOxO7EUJnn0JoQl6LgrEOW3cks3IT3fnU=";
  };

  nativeBuildInputs = [