Commit 6b47fb7f authored by R. RyanTM's avatar R. RyanTM Committed by Anderson Torres
Browse files

free42: 3.0.20 -> 3.0.21

parent 06b79e33
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "free42";
  version = "3.0.20";
  version = "3.0.21";

  src = fetchFromGitHub {
    owner = "thomasokken";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-Dqrys7bAkSnpbOF0D17RDYi7q47ExlM75d5OOAnHCVU=";
    hash = "sha256-zRO0buYfKtybUisWZJRkvLJVLJYZwLcDnT04rnQWy+s=";
  };

  nativeBuildInputs = [