Unverified Commit 0f27c616 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

therion: 6.3.3 -> 6.3.4 (#397191)

parents 3266fa7b 59656574
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,13 +30,13 @@

stdenv.mkDerivation rec {
  pname = "therion";
  version = "6.3.3";
  version = "6.3.4";

  src = fetchFromGitHub {
    owner = "therion";
    repo = "therion";
    tag = "v${version}";
    hash = "sha256-yxY4rYaDmDK0mJH60FS12ILjntsjxhFNeijTFrNKSzU=";
    hash = "sha256-kus5MoiUrLadpzq0wPB+J85F0RVva7NAYM6E6HX4eJ8=";
  };

  nativeBuildInputs = [