Unverified Commit 582dfc0c authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

Merge pull request #184001 from r-ryantm/auto-update/free42

free42: 3.0.9 -> 3.0.13
parents 6f780523 cc8cefb0
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.9";
  version = "3.0.13";

  src = fetchFromGitHub {
    owner = "thomasokken";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-ZSwqgHsfe9apyYZ1fkvDMnQxdNb9E8U1l9jvC9t693w=";
    hash = "sha256-0CFDkGUV9dihshYbjc0JL0axBcW499mt13xxdfO31vg=";
  };

  nativeBuildInputs = [