Unverified Commit fbfe9767 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

obs-studio-plugins.obs-scale-to-sound: 1.2.4 -> 1.2.5 (#424830)

parents 1869bb52 c36946c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "obs-scale-to-sound";
  version = "1.2.4";
  version = "1.2.5";

  src = fetchFromGitHub {
    owner = "dimtpap";
    repo = "obs-scale-to-sound";
    tag = version;
    hash = "sha256-N6OMufx4+WyLGnIZQNxwlPdlmsa+GoZhuDMS9NIbIGE=";
    hash = "sha256-El5lwQfc33H9KvjttJyjakzRizjLoGz2MbkiRm4zm8E=";
  };

  nativeBuildInputs = [ cmake ];