Commit cc8cefb0 authored by R. RyanTM's avatar R. RyanTM
Browse files

free42: 3.0.9 -> 3.0.13

parent 48f86ac8
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 = [