Commit 862277ac authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

kstars: 3.6.0 -> 3.6.1

parent 7bc7b886
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@

mkDerivation rec {
  pname = "kstars";
  version = "3.6.0";
  version = "3.6.1";

  src = fetchurl {
    url = "mirror://kde/stable/kstars/kstars-${version}.tar.xz";
    sha256 = "sha256-wdv2TOOPIB3VRG3XMs58i/HvMDZ9wvERAhBQNslJ25E=";
    sha256 = "sha256-WWbtfqvGd13+a41z8/MjlchllpuhLX08nu15OlYUeuI=";
  };

  nativeBuildInputs = [ extra-cmake-modules kdoctools ];