oama: 0.20.1 -> 0.20.2 (#413923)

Co-authored-by: aidalgol <aidalgol@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] aidalgol and committed by GitHub 02f5dd69 c379d303

+12 -3
+12 -3
pkgs/by-name/oa/oama/generated-package.nix
··· 4 mkDerivation, 5 aeson, 6 base, 7 bytestring, 8 containers, 9 directory, 10 fetchgit, 11 hsyslog, ··· 18 optparse-applicative, 19 pretty-simple, 20 process, 21 streaming-commons, 22 string-qq, 23 strings, ··· 31 }: 32 mkDerivation { 33 pname = "oama"; 34 - version = "0.20.1"; 35 src = fetchgit { 36 url = "https://github.com/pdobsan/oama.git"; 37 - sha256 = "sha256-59tKAHL7rCZJyfraD7NnwFR5iP6784IcgH82hfsFHiA="; 38 - rev = "99659a8567808b28885ed241abe4df03f37e92fc"; 39 fetchSubmodules = true; 40 }; 41 isLibrary = true; ··· 43 libraryHaskellDepends = [ 44 aeson 45 base 46 bytestring 47 containers 48 directory 49 hsyslog 50 http-conduit ··· 55 optparse-applicative 56 pretty-simple 57 process 58 streaming-commons 59 string-qq 60 strings ··· 69 executableHaskellDepends = [ 70 aeson 71 base 72 bytestring 73 containers 74 directory 75 hsyslog 76 http-conduit ··· 81 optparse-applicative 82 pretty-simple 83 process 84 streaming-commons 85 string-qq 86 strings
··· 4 mkDerivation, 5 aeson, 6 base, 7 + base64-bytestring, 8 bytestring, 9 containers, 10 + cryptohash-sha256, 11 directory, 12 fetchgit, 13 hsyslog, ··· 20 optparse-applicative, 21 pretty-simple, 22 process, 23 + random, 24 streaming-commons, 25 string-qq, 26 strings, ··· 34 }: 35 mkDerivation { 36 pname = "oama"; 37 + version = "0.20.2"; 38 src = fetchgit { 39 url = "https://github.com/pdobsan/oama.git"; 40 + sha256 = "1zr2a77b3azdqyk6hzchhg573gwwb5h0d7x382srggm25lp3isk9"; 41 + rev = "bbe5a6d9f87659c8a24b6515694acf1b522a396b"; 42 fetchSubmodules = true; 43 }; 44 isLibrary = true; ··· 46 libraryHaskellDepends = [ 47 aeson 48 base 49 + base64-bytestring 50 bytestring 51 containers 52 + cryptohash-sha256 53 directory 54 hsyslog 55 http-conduit ··· 60 optparse-applicative 61 pretty-simple 62 process 63 + random 64 streaming-commons 65 string-qq 66 strings ··· 75 executableHaskellDepends = [ 76 aeson 77 base 78 + base64-bytestring 79 bytestring 80 containers 81 + cryptohash-sha256 82 directory 83 hsyslog 84 http-conduit ··· 89 optparse-applicative 90 pretty-simple 91 process 92 + random 93 streaming-commons 94 string-qq 95 strings